Color Hex Logo

#efcb9e Color Hex

#EFCB9E
(239,203,158)
0 Favorites   0 Comments

Color spaces of #efcb9e

RGB 239203158
HSL0.090.720.78
HSV33°34°94°
CMYK 0.000.150.34   0.06
XYZ63.124163.531241.2835
Yxy63.53120.37590.3783
Hunter Lab79.70651.878025.0856
CIE-Lab83.72116.404527.1773

#efcb9e color RGB value is (239,203,158).

#efcb9e hex color red value is 239, green value is 203 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #efcb9e hue: 0.09 , saturation: 0.72 and the lightness value of efcb9e is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001011 10011110
Octal 357 313 236
Decimal 239 203 158
Hex EF CB 9E

RGB Percentages of Color #efcb9e

%39.83
%33.83
%26.33

CMYK Percentages of Color #efcb9e

%0
%15
%34
%6

Triadic Colors of #efcb9e

#efcb9e #9eefcb #cb9eef

Analogous Colors of #efcb9e

#efcb9e #ebef9e #efa39e

Monochromatic Colors of #efcb9e

#efcb9e

Complementary Color

#efcb9e #9ec2ef

#efcb9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcb9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcb9e Color CSS Codes

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

#efcb9e Text Font Color

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

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


#efcb9e Background Color

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

This div background color is #efcb9e


#efcb9e Border Color

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

This div border color is #efcb9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcb9e


Comments

No comments written yet.

Please login to write comment.