Color Hex Logo

#efdf90 Color Hex

#EFDF90
(239,223,144)
0 Favorites   0 Comments

Color spaces of #efdf90

RGB 239223144
HSL0.140.750.75
HSV50°40°94°
CMYK 0.000.070.40   0.06
XYZ67.018373.139736.9707
Yxy73.13970.37840.4129
Hunter Lab85.5218-9.783334.2344
CIE-Lab88.5143-5.463640.6687

#efdf90 color RGB value is (239,223,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011111 10010000
Octal 357 337 220
Decimal 239 223 144
Hex EF DF 90

RGB Percentages of Color #efdf90

%39.44
%36.80
%23.76

CMYK Percentages of Color #efdf90

%0
%7
%40
%6

Triadic Colors of #efdf90

#efdf90 #90efdf #df90ef

Analogous Colors of #efdf90

#efdf90 #d0ef90 #efb090

Monochromatic Colors of #efdf90

#efdf90

Complementary Color

#efdf90 #90a0ef

#efdf90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdf90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdf90 Color CSS Codes

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

#efdf90 Text Font Color

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

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


#efdf90 Background Color

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

This div background color is #efdf90


#efdf90 Border Color

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

This div border color is #efdf90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdf90


Comments

No comments written yet.

Please login to write comment.