Color Hex Logo

#dee75d Color Hex

#DEE75D
(222,231,93)
0 Favorites   0 Comments

Color spaces of #dee75d

RGB 22223193
HSL0.180.740.64
HSV64°60°91°
CMYK 0.040.000.60   0.09
XYZ60.675973.471721.3394
Yxy73.47170.39020.4725
Hunter Lab85.7156-23.646845.2404
CIE-Lab88.6722-20.650764.2966

#dee75d color RGB value is (222,231,93).

#dee75d hex color red value is 222, green value is 231 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #dee75d hue: 0.18 , saturation: 0.74 and the lightness value of dee75d is 0.64.

The process color (four color CMYK) of #dee75d color hex is 0.04, 0.00, 0.60, 0.09. Web safe color of #dee75d is #ccff66. Color #dee75d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100111 01011101
Octal 336 347 135
Decimal 222 231 93
Hex DE E7 5D

RGB Percentages of Color #dee75d

%40.66
%42.31
%17.03

CMYK Percentages of Color #dee75d

%4
%0
%60
%9

Triadic Colors of #dee75d

#dee75d #5ddee7 #e75dde

Analogous Colors of #dee75d

#dee75d #99e75d #e7ab5d

Monochromatic Colors of #dee75d

#dee75d

Complementary Color

#dee75d #665de7

#dee75d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee75d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee75d Color CSS Codes

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

#dee75d Text Font Color

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

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


#dee75d Background Color

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

This div background color is #dee75d


#dee75d Border Color

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

This div border color is #dee75d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,231,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dee75d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dee75d;
  -webkit-box-shadow: 1px 1px 3px 2px #dee75d;
  box-shadow:         1px 1px 3px 2px #dee75d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,231,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee75d


Comments

No comments written yet.

Please login to write comment.