Color Hex Logo

#efdc90 Color Hex

#EFDC90
(239,220,144)
0 Favorites   0 Comments

Color spaces of #efdc90

RGB 239220144
HSL0.130.750.75
HSV48°40°94°
CMYK 0.000.080.40   0.06
XYZ66.223871.550736.7059
Yxy71.55070.37950.4101
Hunter Lab84.5876-8.280533.4831
CIE-Lab87.7519-3.942939.6881

#efdc90 color RGB value is (239,220,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011100 10010000
Octal 357 334 220
Decimal 239 220 144
Hex EF DC 90

RGB Percentages of Color #efdc90

%39.64
%36.48
%23.88

CMYK Percentages of Color #efdc90

%0
%8
%40
%6

Triadic Colors of #efdc90

#efdc90 #90efdc #dc90ef

Analogous Colors of #efdc90

#efdc90 #d3ef90 #efad90

Monochromatic Colors of #efdc90

#efdc90

Complementary Color

#efdc90 #90a3ef

#efdc90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdc90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdc90 Color CSS Codes

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

#efdc90 Text Font Color

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

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


#efdc90 Background Color

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

This div background color is #efdc90


#efdc90 Border Color

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

This div border color is #efdc90


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,220,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 #efdc90">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdc90


Comments

No comments written yet.

Please login to write comment.