Color Hex Logo

#efcd88 Color Hex

#EFCD88
(239,205,136)
0 Favorites   0 Comments

Color spaces of #efcd88

RGB 239205136
HSL0.110.760.74
HSV40°43°94°
CMYK 0.000.140.43   0.06
XYZ61.871963.790932.3444
Yxy63.79090.39160.4037
Hunter Lab79.8692-1.493431.8979
CIE-Lab83.85682.915838.7196

#efcd88 color RGB value is (239,205,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001101 10001000
Octal 357 315 210
Decimal 239 205 136
Hex EF CD 88

RGB Percentages of Color #efcd88

%41.21
%35.34
%23.45

CMYK Percentages of Color #efcd88

%0
%14
%43
%6

Triadic Colors of #efcd88

#efcd88 #88efcd #cd88ef

Analogous Colors of #efcd88

#efcd88 #deef88 #ef9a88

Monochromatic Colors of #efcd88

#efcd88

Complementary Color

#efcd88 #88aaef

#efcd88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcd88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcd88 Color CSS Codes

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

#efcd88 Text Font Color

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

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


#efcd88 Background Color

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

This div background color is #efcd88


#efcd88 Border Color

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

This div border color is #efcd88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcd88


Comments

No comments written yet.

Please login to write comment.