Color Hex Logo

#cce06f Color Hex

#CCE06F
(204,224,111)
0 Favorites   0 Comments

Color spaces of #cce06f

RGB 204224111
HSL0.200.650.66
HSV71°50°88°
CMYK 0.090.000.50   0.12
XYZ54.426767.296425.1598
Yxy67.29640.37050.4582
Hunter Lab82.0344-25.132239.2399
CIE-Lab85.6534-22.957552.5359

#cce06f color RGB value is (204,224,111).

#cce06f hex color red value is 204, green value is 224 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cce06f hue: 0.20 , saturation: 0.65 and the lightness value of cce06f is 0.66.

The process color (four color CMYK) of #cce06f color hex is 0.09, 0.00, 0.50, 0.12. Web safe color of #cce06f is #cccc66. Color #cce06f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100000 01101111
Octal 314 340 157
Decimal 204 224 111
Hex CC E0 6F

RGB Percentages of Color #cce06f

%37.85
%41.56
%20.59

CMYK Percentages of Color #cce06f

%9
%0
%50
%12

Triadic Colors of #cce06f

#cce06f #6fcce0 #e06fcc

Analogous Colors of #cce06f

#cce06f #94e06f #e0bc6f

Monochromatic Colors of #cce06f

#cce06f

Complementary Color

#cce06f #836fe0

#cce06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce06f Color CSS Codes

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

#cce06f Text Font Color

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

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


#cce06f Background Color

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

This div background color is #cce06f


#cce06f Border Color

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

This div border color is #cce06f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,224,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cce06f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cce06f;
  -webkit-box-shadow: 1px 1px 3px 2px #cce06f;
  box-shadow:         1px 1px 3px 2px #cce06f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,224,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce06f


Comments

No comments written yet.

Please login to write comment.