Color Hex Logo

#ccebca Color Hex

#CCEBCA
(204,235,202)
0 Favorites   0 Comments

Color spaces of #ccebca

RGB 204235202
HSL0.320.450.86
HSV116°14°92°
CMYK 0.130.000.14   0.08
XYZ65.270876.518367.2065
Yxy76.51830.31230.3661
Hunter Lab87.4747-19.889915.6800
CIE-Lab90.0994-16.198312.6435

#ccebca color RGB value is (204,235,202).

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

The process color (four color CMYK) of #ccebca color hex is 0.13, 0.00, 0.14, 0.08. Web safe color of #ccebca is #ccffcc. Color #ccebca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101011 11001010
Octal 314 353 312
Decimal 204 235 202
Hex CC EB CA

RGB Percentages of Color #ccebca

%31.83
%36.66
%31.51

CMYK Percentages of Color #ccebca

%13
%0
%14
%8

Triadic Colors of #ccebca

#ccebca #cacceb #ebcacc

Analogous Colors of #ccebca

#ccebca #caebd9 #ddebca

Monochromatic Colors of #ccebca

#ccebca

Complementary Color

#ccebca #e9caeb

#ccebca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccebca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccebca Color CSS Codes

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

#ccebca Text Font Color

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

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


#ccebca Background Color

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

This div background color is #ccebca


#ccebca Border Color

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

This div border color is #ccebca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccebca


Comments

No comments written yet.

Please login to write comment.