Color Hex Logo

#efcb93 Color Hex

#EFCB93
(239,203,147)
0 Favorites   0 Comments

Color spaces of #efcb93

RGB 239203147
HSL0.100.740.76
HSV37°38°94°
CMYK 0.000.150.38   0.06
XYZ62.219063.169236.5173
Yxy63.16920.38430.3902
Hunter Lab79.47910.647728.3941
CIE-Lab83.53135.127432.6501

#efcb93 color RGB value is (239,203,147).

#efcb93 hex color red value is 239, green value is 203 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #efcb93 hue: 0.10 , saturation: 0.74 and the lightness value of efcb93 is 0.76.

The process color (four color CMYK) of #efcb93 color hex is 0.00, 0.15, 0.38, 0.06. Web safe color of #efcb93 is #ffcc99. Color #efcb93 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001011 10010011
Octal 357 313 223
Decimal 239 203 147
Hex EF CB 93

RGB Percentages of Color #efcb93

%40.58
%34.47
%24.96

CMYK Percentages of Color #efcb93

%0
%15
%38
%6

Triadic Colors of #efcb93

#efcb93 #93efcb #cb93ef

Analogous Colors of #efcb93

#efcb93 #e5ef93 #ef9d93

Monochromatic Colors of #efcb93

#efcb93

Complementary Color

#efcb93 #93b7ef

#efcb93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcb93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcb93 Color CSS Codes

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

#efcb93 Text Font Color

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

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


#efcb93 Background Color

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

This div background color is #efcb93


#efcb93 Border Color

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

This div border color is #efcb93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcb93


Comments

No comments written yet.

Please login to write comment.