Color Hex Logo

#ccea8a Color Hex

#CCEA8A
(204,234,138)
0 Favorites   0 Comments

Color spaces of #ccea8a

RGB 204234138
HSL0.220.700.73
HSV79°41°92°
CMYK 0.130.000.41   0.08
XYZ58.912173.518035.1301
Yxy73.51800.35160.4388
Hunter Lab85.7426-27.405735.7278
CIE-Lab88.6942-24.958243.3339

#ccea8a color RGB value is (204,234,138).

#ccea8a hex color red value is 204, green value is 234 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ccea8a hue: 0.22 , saturation: 0.70 and the lightness value of ccea8a is 0.73.

The process color (four color CMYK) of #ccea8a color hex is 0.13, 0.00, 0.41, 0.08. Web safe color of #ccea8a is #ccff99. Color #ccea8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101010 10001010
Octal 314 352 212
Decimal 204 234 138
Hex CC EA 8A

RGB Percentages of Color #ccea8a

%35.42
%40.63
%23.96

CMYK Percentages of Color #ccea8a

%13
%0
%41
%8

Triadic Colors of #ccea8a

#ccea8a #8accea #ea8acc

Analogous Colors of #ccea8a

#ccea8a #9cea8a #ead88a

Monochromatic Colors of #ccea8a

#ccea8a

Complementary Color

#ccea8a #a88aea

#ccea8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccea8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccea8a Color CSS Codes

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

#ccea8a Text Font Color

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

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


#ccea8a Background Color

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

This div background color is #ccea8a


#ccea8a Border Color

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

This div border color is #ccea8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccea8a


Comments

No comments written yet.

Please login to write comment.