Color Hex Logo

#cce85d Color Hex

#CCE85D
(204,232,93)
0 Favorites   0 Comments

Color spaces of #cce85d

RGB 20423293
HSL0.200.750.64
HSV72°60°91°
CMYK 0.120.000.60   0.09
XYZ55.734271.340921.1886
Yxy71.34090.37590.4812
Hunter Lab84.4635-30.026044.2509
CIE-Lab87.6504-28.266662.8091

#cce85d color RGB value is (204,232,93).

#cce85d hex color red value is 204, green value is 232 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cce85d hue: 0.20 , saturation: 0.75 and the lightness value of cce85d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101000 01011101
Octal 314 350 135
Decimal 204 232 93
Hex CC E8 5D

RGB Percentages of Color #cce85d

%38.56
%43.86
%17.58

CMYK Percentages of Color #cce85d

%12
%0
%60
%9

Triadic Colors of #cce85d

#cce85d #5dcce8 #e85dcc

Analogous Colors of #cce85d

#cce85d #87e85d #e8bf5d

Monochromatic Colors of #cce85d

#cce85d

Complementary Color

#cce85d #795de8

#cce85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce85d Color CSS Codes

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

#cce85d Text Font Color

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

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


#cce85d Background Color

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

This div background color is #cce85d


#cce85d Border Color

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

This div border color is #cce85d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce85d


Comments

No comments written yet.

Please login to write comment.