Color Hex Logo

#ccebea Color Hex

#CCEBEA
(204,235,234)
0 Favorites   0 Comments

Color spaces of #ccebea

RGB 204235234
HSL0.490.440.86
HSV178°13°92°
CMYK 0.130.000.00   0.08
XYZ69.461578.194589.2739
Yxy78.19450.29320.3300
Hunter Lab88.4277-14.53352.0420
CIE-Lab90.8686-10.2679-2.9348

#ccebea color RGB value is (204,235,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101011 11101010
Octal 314 353 352
Decimal 204 235 234
Hex CC EB EA

RGB Percentages of Color #ccebea

%30.31
%34.92
%34.77

CMYK Percentages of Color #ccebea

%13
%0
%0
%8

Triadic Colors of #ccebea

#ccebea #eacceb #ebeacc

Analogous Colors of #ccebea

#ccebea #ccddeb #ccebdb

Monochromatic Colors of #ccebea

#ccebea

Complementary Color

#ccebea #ebcccd

#ccebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccebea Color CSS Codes

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

#ccebea Text Font Color

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

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


#ccebea Background Color

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

This div background color is #ccebea


#ccebea Border Color

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

This div border color is #ccebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccebea


Comments

No comments written yet.

Please login to write comment.