Color Hex Logo

#efce9b Color Hex

#EFCE9B
(239,206,155)
0 Favorites   0 Comments

Color spaces of #efce9b

RGB 239206155
HSL0.100.720.77
HSV36°35°94°
CMYK 0.000.140.35   0.06
XYZ63.584364.859940.1783
Yxy64.85990.37710.3846
Hunter Lab80.5356-0.008526.7959
CIE-Lab84.41154.486229.6711

#efce9b color RGB value is (239,206,155).

#efce9b hex color red value is 239, green value is 206 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #efce9b hue: 0.10 , saturation: 0.72 and the lightness value of efce9b is 0.77.

The process color (four color CMYK) of #efce9b color hex is 0.00, 0.14, 0.35, 0.06. Web safe color of #efce9b is #ffcc99. Color #efce9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001110 10011011
Octal 357 316 233
Decimal 239 206 155
Hex EF CE 9B

RGB Percentages of Color #efce9b

%39.83
%34.33
%25.83

CMYK Percentages of Color #efce9b

%0
%14
%35
%6

Triadic Colors of #efce9b

#efce9b #9befce #ce9bef

Analogous Colors of #efce9b

#efce9b #e6ef9b #efa49b

Monochromatic Colors of #efce9b

#efce9b

Complementary Color

#efce9b #9bbcef

#efce9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efce9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efce9b Color CSS Codes

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

#efce9b Text Font Color

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

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


#efce9b Background Color

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

This div background color is #efce9b


#efce9b Border Color

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

This div border color is #efce9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efce9b


Comments

No comments written yet.

Please login to write comment.