Color Hex Logo

#efd090 Color Hex

#EFD090
(239,208,144)
0 Favorites   0 Comments

Color spaces of #efd090

RGB 239208144
HSL0.110.750.75
HSV40°40°94°
CMYK 0.000.130.40   0.06
XYZ63.186565.476135.6934
Yxy65.47610.38440.3984
Hunter Lab80.9173-2.218730.4887
CIE-Lab84.72852.206035.7671

#efd090 color RGB value is (239,208,144).

#efd090 hex color red value is 239, green value is 208 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #efd090 hue: 0.11 , saturation: 0.75 and the lightness value of efd090 is 0.75.

The process color (four color CMYK) of #efd090 color hex is 0.00, 0.13, 0.40, 0.06. Web safe color of #efd090 is #ffcc99. Color #efd090 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010000 10010000
Octal 357 320 220
Decimal 239 208 144
Hex EF D0 90

RGB Percentages of Color #efd090

%40.44
%35.19
%24.37

CMYK Percentages of Color #efd090

%0
%13
%40
%6

Triadic Colors of #efd090

#efd090 #90efd0 #d090ef

Analogous Colors of #efd090

#efd090 #dfef90 #efa190

Monochromatic Colors of #efd090

#efd090

Complementary Color

#efd090 #90afef

#efd090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd090 Color CSS Codes

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

#efd090 Text Font Color

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

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


#efd090 Background Color

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

This div background color is #efd090


#efd090 Border Color

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

This div border color is #efd090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd090


Comments

No comments written yet.

Please login to write comment.