Color Hex Logo

#cce7ca Color Hex

#CCE7CA
(204,231,202)
0 Favorites   0 Comments

Color spaces of #cce7ca

RGB 204231202
HSL0.320.380.85
HSV116°13°91°
CMYK 0.120.000.13   0.09
XYZ64.138474.253566.8290
Yxy74.25350.31250.3618
Hunter Lab86.1705-17.937214.3373
CIE-Lab89.0422-14.207011.1400

#cce7ca color RGB value is (204,231,202).

#cce7ca hex color red value is 204, green value is 231 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #cce7ca hue: 0.32 , saturation: 0.38 and the lightness value of cce7ca is 0.85.

The process color (four color CMYK) of #cce7ca color hex is 0.12, 0.00, 0.13, 0.09. Web safe color of #cce7ca is #ccffcc. Color #cce7ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100111 11001010
Octal 314 347 312
Decimal 204 231 202
Hex CC E7 CA

RGB Percentages of Color #cce7ca

%32.03
%36.26
%31.71

CMYK Percentages of Color #cce7ca

%12
%0
%13
%9

Triadic Colors of #cce7ca

#cce7ca #cacce7 #e7cacc

Analogous Colors of #cce7ca

#cce7ca #cae7d7 #dbe7ca

Monochromatic Colors of #cce7ca

#cce7ca

Complementary Color

#cce7ca #e5cae7

#cce7ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce7ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce7ca Color CSS Codes

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

#cce7ca Text Font Color

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

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


#cce7ca Background Color

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

This div background color is #cce7ca


#cce7ca Border Color

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

This div border color is #cce7ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce7ca


Comments

No comments written yet.

Please login to write comment.