Color Hex Logo

#efcb2a Color Hex

#EFCB2A
(239,203,42)
0 Favorites   0 Comments

Color spaces of #efcb2a

RGB 23920342
HSL0.140.860.55
HSV49°82°94°
CMYK 0.000.150.82   0.06
XYZ57.370561.229810.9853
Yxy61.22980.44270.4725
Hunter Lab78.2495-6.065046.4510
CIE-Lab82.5021-2.019776.7246

#efcb2a color RGB value is (239,203,42).

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

The process color (four color CMYK) of #efcb2a color hex is 0.00, 0.15, 0.82, 0.06. Web safe color of #efcb2a is #ffcc33. Color #efcb2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001011 00101010
Octal 357 313 52
Decimal 239 203 42
Hex EF CB 2A

RGB Percentages of Color #efcb2a

%49.38
%41.94
%8.68

CMYK Percentages of Color #efcb2a

%0
%15
%82
%6

Triadic Colors of #efcb2a

#efcb2a #2aefcb #cb2aef

Analogous Colors of #efcb2a

#efcb2a #b1ef2a #ef692a

Monochromatic Colors of #efcb2a

#efcb2a

Complementary Color

#efcb2a #2a4eef

#efcb2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcb2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcb2a Color CSS Codes

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

#efcb2a Text Font Color

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

This sample text font color is #efcb2a
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.


#efcb2a Background Color

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

This div background color is #efcb2a


#efcb2a Border Color

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

This div border color is #efcb2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcb2a


Comments

No comments written yet.

Please login to write comment.