Color Hex Logo

#efcb1c Color Hex

#EFCB1C
(239,203,28)
0 Favorites   0 Comments

Color spaces of #efcb1c

RGB 23920328
HSL0.140.870.52
HSV50°88°94°
CMYK 0.000.150.88   0.06
XYZ57.162161.14649.8883
Yxy61.14640.44590.4770
Hunter Lab78.1962-6.358247.2398
CIE-Lab82.4574-2.339179.8560

#efcb1c color RGB value is (239,203,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001011 00011100
Octal 357 313 34
Decimal 239 203 28
Hex EF CB 1C

RGB Percentages of Color #efcb1c

%50.85
%43.19
%5.96

CMYK Percentages of Color #efcb1c

%0
%15
%88
%6

Triadic Colors of #efcb1c

#efcb1c #1cefcb #cb1cef

Analogous Colors of #efcb1c

#efcb1c #aaef1c #ef611c

Monochromatic Colors of #efcb1c

#efcb1c

Complementary Color

#efcb1c #1c40ef

#efcb1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcb1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcb1c Color CSS Codes

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

#efcb1c Text Font Color

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

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


#efcb1c Background Color

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

This div background color is #efcb1c


#efcb1c Border Color

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

This div border color is #efcb1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcb1c


Comments

No comments written yet.

Please login to write comment.