Color Hex Logo

#cce18a Color Hex

#CCE18A
(204,225,138)
0 Favorites   0 Comments

Color spaces of #cce18a

RGB 204225138
HSL0.210.590.71
HSV74°39°88°
CMYK 0.090.000.39   0.12
XYZ56.414568.522834.2976
Yxy68.52280.35430.4303
Hunter Lab82.7785-23.212633.3793
CIE-Lab86.2672-20.608840.2416

#cce18a color RGB value is (204,225,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100001 10001010
Octal 314 341 212
Decimal 204 225 138
Hex CC E1 8A

RGB Percentages of Color #cce18a

%35.98
%39.68
%24.34

CMYK Percentages of Color #cce18a

%9
%0
%39
%12

Triadic Colors of #cce18a

#cce18a #8acce1 #e18acc

Analogous Colors of #cce18a

#cce18a #a1e18a #e1cb8a

Monochromatic Colors of #cce18a

#cce18a

Complementary Color

#cce18a #9f8ae1

#cce18a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce18a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce18a Color CSS Codes

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

#cce18a Text Font Color

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

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


#cce18a Background Color

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

This div background color is #cce18a


#cce18a Border Color

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

This div border color is #cce18a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce18a


Comments

No comments written yet.

Please login to write comment.