Color Hex Logo

#ccebbc Color Hex

#CCEBBC
(204,235,188)
1 Favorites   0 Comments

Color spaces of #ccebbc

RGB 204235188
HSL0.280.540.83
HSV100°20°92°
CMYK 0.130.000.20   0.08
XYZ63.687375.884958.8675
Yxy75.88490.32090.3824
Hunter Lab87.1119-21.945020.9120
CIE-Lab89.8059-18.529519.4936

#ccebbc color RGB value is (204,235,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101011 10111100
Octal 314 353 274
Decimal 204 235 188
Hex CC EB BC

RGB Percentages of Color #ccebbc

%32.54
%37.48
%29.98

CMYK Percentages of Color #ccebbc

%13
%0
%20
%8

Triadic Colors of #ccebbc

#ccebbc #bccceb #ebbccc

Analogous Colors of #ccebbc

#ccebbc #bcebc4 #e4ebbc

Monochromatic Colors of #ccebbc

#ccebbc

Complementary Color

#ccebbc #dbbceb

#ccebbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccebbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccebbc Color CSS Codes

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

#ccebbc Text Font Color

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

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


#ccebbc Background Color

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

This div background color is #ccebbc


#ccebbc Border Color

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

This div border color is #ccebbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccebbc


Comments

No comments written yet.

Please login to write comment.