Color Hex Logo

#cce068 Color Hex

#CCE068
(204,224,104)
0 Favorites   0 Comments

Color spaces of #cce068

RGB 204224104
HSL0.190.660.64
HSV70°54°88°
CMYK 0.090.000.54   0.12
XYZ54.056267.148223.2085
Yxy67.14820.37430.4650
Hunter Lab81.9440-25.650540.5685
CIE-Lab85.5787-23.580055.6657

#cce068 color RGB value is (204,224,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100000 01101000
Octal 314 340 150
Decimal 204 224 104
Hex CC E0 68

RGB Percentages of Color #cce068

%38.35
%42.11
%19.55

CMYK Percentages of Color #cce068

%9
%0
%54
%12

Triadic Colors of #cce068

#cce068 #68cce0 #e068cc

Analogous Colors of #cce068

#cce068 #90e068 #e0b868

Monochromatic Colors of #cce068

#cce068

Complementary Color

#cce068 #7c68e0

#cce068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce068 Color CSS Codes

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

#cce068 Text Font Color

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

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


#cce068 Background Color

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

This div background color is #cce068


#cce068 Border Color

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

This div border color is #cce068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce068


Comments

No comments written yet.

Please login to write comment.