Color Hex Logo

#cee670 Color Hex

#CEE670
(206,230,112)
0 Favorites   0 Comments

Color spaces of #cee670

RGB 206230112
HSL0.200.700.67
HSV72°51°90°
CMYK 0.100.000.51   0.10
XYZ56.675070.885326.0244
Yxy70.88530.36900.4615
Hunter Lab84.1934-27.180840.6087
CIE-Lab87.4293-24.971854.2077

#cee670 color RGB value is (206,230,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100110 01110000
Octal 316 346 160
Decimal 206 230 112
Hex CE E6 70

RGB Percentages of Color #cee670

%37.59
%41.97
%20.44

CMYK Percentages of Color #cee670

%10
%0
%51
%10

Triadic Colors of #cee670

#cee670 #70cee6 #e670ce

Analogous Colors of #cee670

#cee670 #93e670 #e6c370

Monochromatic Colors of #cee670

#cee670

Complementary Color

#cee670 #8870e6

#cee670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee670 Color CSS Codes

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

#cee670 Text Font Color

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

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


#cee670 Background Color

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

This div background color is #cee670


#cee670 Border Color

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

This div border color is #cee670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee670


Comments

No comments written yet.

Please login to write comment.