Color Hex Logo

#efcb70 Color Hex

#EFCB70
(239,203,112)
0 Favorites   0 Comments

Color spaces of #efcb70

RGB 239203112
HSL0.120.800.69
HSV43°53°94°
CMYK 0.000.150.53   0.06
XYZ59.877262.232424.1854
Yxy62.23240.40930.4254
Hunter Lab78.8875-2.568137.0441
CIE-Lab83.03691.742249.6299

#efcb70 color RGB value is (239,203,112).

#efcb70 hex color red value is 239, green value is 203 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #efcb70 hue: 0.12 , saturation: 0.80 and the lightness value of efcb70 is 0.69.

The process color (four color CMYK) of #efcb70 color hex is 0.00, 0.15, 0.53, 0.06. Web safe color of #efcb70 is #ffcc66. Color #efcb70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001011 01110000
Octal 357 313 160
Decimal 239 203 112
Hex EF CB 70

RGB Percentages of Color #efcb70

%43.14
%36.64
%20.22

CMYK Percentages of Color #efcb70

%0
%15
%53
%6

Triadic Colors of #efcb70

#efcb70 #70efcb #cb70ef

Analogous Colors of #efcb70

#efcb70 #d4ef70 #ef8c70

Monochromatic Colors of #efcb70

#efcb70

Complementary Color

#efcb70 #7094ef

#efcb70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcb70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcb70 Color CSS Codes

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

#efcb70 Text Font Color

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

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


#efcb70 Background Color

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

This div background color is #efcb70


#efcb70 Border Color

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

This div border color is #efcb70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcb70


Comments

No comments written yet.

Please login to write comment.