color codes Logo

#efec2b color codes

#EFEC2B
(239,236,43)
0 Favorites   0 Comments

Color spaces of #efec2b

RGB 23923643
HSL0.160.860.55
HSV59°82°94°
CMYK 0.000.010.82   0.06
XYZ66.028178.516013.9606
Yxy78.51600.41660.4954
Hunter Lab88.6093-22.055152.6852
CIE-Lab91.0148-18.444583.6579

#efec2b color RGB value is (239,236,43).

#efec2b hex color red value is 239, green value is 236 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #efec2b hue: 0.16 , saturation: 0.86 and the lightness value of efec2b is 0.55.

The process color (four color CMYK) of #efec2b color code is 0.00, 0.01, 0.82, 0.06. Web safe color of #efec2b is #ffff33. Color #efec2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101100 00101011
Octal 357 354 53
Decimal 239 236 43
Hex EF EC 2B

RGB Percentages of Color #efec2b

%46.14
%45.56
%8.30

CMYK Percentages of Color #efec2b

%0
%1
%82
%6

Triadic Colors of #efec2b

#efec2b #2befec #ec2bef

Analogous Colors of #efec2b

#efec2b #90ef2b #ef8a2b

Monochromatic Colors of #efec2b

#efec2b

Complementary Color

#efec2b #2b2eef

#efec2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efec2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efec2b Color CSS Codes

.mybgcolor {background-color:#efec2b; } 
.myforecolor {color:#efec2b; }
.mybordercolor {border:3px solid #efec2b; }

#efec2b Text Font Color

<p style="color:#efec2b">Text here</p>

This sample text font color is #efec2b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#efec2b Background Color

<div style="background-color:#efec2b">
Div content here</div>

This div background color is #efec2b


#efec2b Border Color

<div style="border:3px solid #efec2b">
Div here</div>

This div border color is #efec2b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,236,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #efec2b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #efec2b;
  -webkit-box-shadow: 1px 1px 3px 2px #efec2b;
  box-shadow:         1px 1px 3px 2px #efec2b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,236,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #efec2b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #efec2b;
  -webkit-box-shadow: 1px 1px 3px 2px #efec2b;
  box-shadow:         1px 1px 3px 2px #efec2b;">
Div content here</div>

This div box has shadow with color #efec2b


Comments

No comments written yet.

Please login to write comment.