Color Hex Logo

#ceebea Color Hex

#CEEBEA
(206,235,234)
0 Favorites   0 Comments

Color spaces of #ceebea

RGB 206235234
HSL0.490.420.86
HSV178°12°92°
CMYK 0.120.000.00   0.08
XYZ70.013278.479089.2998
Yxy78.47900.29440.3300
Hunter Lab88.5884-13.95752.2457
CIE-Lab90.9980-9.6367-2.7297

#ceebea color RGB value is (206,235,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101011 11101010
Octal 316 353 352
Decimal 206 235 234
Hex CE EB EA

RGB Percentages of Color #ceebea

%30.52
%34.81
%34.67

CMYK Percentages of Color #ceebea

%12
%0
%0
%8

Triadic Colors of #ceebea

#ceebea #eaceeb #ebeace

Analogous Colors of #ceebea

#ceebea #cedeeb #ceebdc

Monochromatic Colors of #ceebea

#ceebea

Complementary Color

#ceebea #ebcecf

#ceebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceebea Color CSS Codes

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

#ceebea Text Font Color

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

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


#ceebea Background Color

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

This div background color is #ceebea


#ceebea Border Color

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

This div border color is #ceebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceebea


Comments

No comments written yet.

Please login to write comment.