Color Hex Logo

#cce18c Color Hex

#CCE18C
(204,225,140)
0 Favorites   0 Comments

Color spaces of #cce18c

RGB 204225140
HSL0.210.590.72
HSV75°38°88°
CMYK 0.090.000.38   0.12
XYZ56.560768.581235.0674
Yxy68.58120.35300.4281
Hunter Lab82.8138-23.011032.8634
CIE-Lab86.2962-20.371339.2811

#cce18c color RGB value is (204,225,140).

#cce18c hex color red value is 204, green value is 225 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #cce18c hue: 0.21 , saturation: 0.59 and the lightness value of cce18c is 0.72.

The process color (four color CMYK) of #cce18c color hex is 0.09, 0.00, 0.38, 0.12. Web safe color of #cce18c is #cccc99. Color #cce18c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100001 10001100
Octal 314 341 214
Decimal 204 225 140
Hex CC E1 8C

RGB Percentages of Color #cce18c

%35.85
%39.54
%24.60

CMYK Percentages of Color #cce18c

%9
%0
%38
%12

Triadic Colors of #cce18c

#cce18c #8ccce1 #e18ccc

Analogous Colors of #cce18c

#cce18c #a2e18c #e1cc8c

Monochromatic Colors of #cce18c

#cce18c

Complementary Color

#cce18c #a18ce1

#cce18c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce18c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce18c Color CSS Codes

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

#cce18c Text Font Color

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

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


#cce18c Background Color

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

This div background color is #cce18c


#cce18c Border Color

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

This div border color is #cce18c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce18c


Comments

No comments written yet.

Please login to write comment.