Color Hex Logo

#ccecd5 Color Hex

#CCECD5
(204,236,213)
0 Favorites   0 Comments

Color spaces of #ccecd5

RGB 204236213
HSL0.380.460.86
HSV137°14°93°
CMYK 0.140.000.10   0.07
XYZ66.907577.632474.4089
Yxy77.63240.30560.3546
Hunter Lab88.1093-18.643711.6056
CIE-Lab90.6119-14.75047.6492

#ccecd5 color RGB value is (204,236,213).

#ccecd5 hex color red value is 204, green value is 236 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #ccecd5 hue: 0.38 , saturation: 0.46 and the lightness value of ccecd5 is 0.86.

The process color (four color CMYK) of #ccecd5 color hex is 0.14, 0.00, 0.10, 0.07. Web safe color of #ccecd5 is #ccffcc. Color #ccecd5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101100 11010101
Octal 314 354 325
Decimal 204 236 213
Hex CC EC D5

RGB Percentages of Color #ccecd5

%31.24
%36.14
%32.62

CMYK Percentages of Color #ccecd5

%14
%0
%10
%7

Triadic Colors of #ccecd5

#ccecd5 #d5ccec #ecd5cc

Analogous Colors of #ccecd5

#ccecd5 #ccece5 #d3eccc

Monochromatic Colors of #ccecd5

#ccecd5

Complementary Color

#ccecd5 #eccce3

#ccecd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccecd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccecd5 Color CSS Codes

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

#ccecd5 Text Font Color

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

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


#ccecd5 Background Color

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

This div background color is #ccecd5


#ccecd5 Border Color

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

This div border color is #ccecd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccecd5


Comments

No comments written yet.

Please login to write comment.