Color Hex Logo

#ccecbd Color Hex

#CCECBD
(204,236,189)
0 Favorites   0 Comments

Color spaces of #ccecbd

RGB 204236189
HSL0.280.550.83
HSV101°20°93°
CMYK 0.140.000.20   0.07
XYZ64.082676.502459.5330
Yxy76.50240.32020.3823
Hunter Lab87.4657-22.285020.8706
CIE-Lab90.0921-18.859819.3754

#ccecbd color RGB value is (204,236,189).

#ccecbd hex color red value is 204, green value is 236 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ccecbd hue: 0.28 , saturation: 0.55 and the lightness value of ccecbd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101100 10111101
Octal 314 354 275
Decimal 204 236 189
Hex CC EC BD

RGB Percentages of Color #ccecbd

%32.43
%37.52
%30.05

CMYK Percentages of Color #ccecbd

%14
%0
%20
%7

Triadic Colors of #ccecbd

#ccecbd #bdccec #ecbdcc

Analogous Colors of #ccecbd

#ccecbd #bdecc6 #e4ecbd

Monochromatic Colors of #ccecbd

#ccecbd

Complementary Color

#ccecbd #ddbdec

#ccecbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccecbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccecbd Color CSS Codes

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

#ccecbd Text Font Color

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

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


#ccecbd Background Color

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

This div background color is #ccecbd


#ccecbd Border Color

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

This div border color is #ccecbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccecbd


Comments

No comments written yet.

Please login to write comment.