Color Hex Logo

#dee670 Color Hex

#DEE670
(222,230,112)
0 Favorites   0 Comments

Color spaces of #dee670

RGB 222230112
HSL0.180.700.67
HSV64°51°90°
CMYK 0.030.000.51   0.10
XYZ61.345673.293126.2430
Yxy73.29310.38130.4556
Hunter Lab85.6114-21.914241.7534
CIE-Lab88.5873-18.706755.8578

#dee670 color RGB value is (222,230,112).

#dee670 hex color red value is 222, green value is 230 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #dee670 hue: 0.18 , saturation: 0.70 and the lightness value of dee670 is 0.67.

The process color (four color CMYK) of #dee670 color hex is 0.03, 0.00, 0.51, 0.10. Web safe color of #dee670 is #ccff66. Color #dee670 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100110 01110000
Octal 336 346 160
Decimal 222 230 112
Hex DE E6 70

RGB Percentages of Color #dee670

%39.36
%40.78
%19.86

CMYK Percentages of Color #dee670

%3
%0
%51
%10

Triadic Colors of #dee670

#dee670 #70dee6 #e670de

Analogous Colors of #dee670

#dee670 #a3e670 #e6b370

Monochromatic Colors of #dee670

#dee670

Complementary Color

#dee670 #7870e6

#dee670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee670 Color CSS Codes

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

#dee670 Text Font Color

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

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


#dee670 Background Color

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

This div background color is #dee670


#dee670 Border Color

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

This div border color is #dee670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee670


Comments

No comments written yet.

Please login to write comment.