Color Hex Logo

#ceebe9 Color Hex

#CEEBE9
(206,235,233)
0 Favorites   0 Comments

Color spaces of #ceebe9

RGB 206235233
HSL0.490.420.86
HSV176°12°92°
CMYK 0.120.000.01   0.08
XYZ69.869978.421788.5452
Yxy78.42170.29500.3311
Hunter Lab88.5560-14.13822.7065
CIE-Lab90.9720-9.8327-2.2458

#ceebe9 color RGB value is (206,235,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101011 11101001
Octal 316 353 351
Decimal 206 235 233
Hex CE EB E9

RGB Percentages of Color #ceebe9

%30.56
%34.87
%34.57

CMYK Percentages of Color #ceebe9

%12
%0
%1
%8

Triadic Colors of #ceebe9

#ceebe9 #e9ceeb #ebe9ce

Analogous Colors of #ceebe9

#ceebe9 #cedfeb #ceebdb

Monochromatic Colors of #ceebe9

#ceebe9

Complementary Color

#ceebe9 #ebced0

#ceebe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceebe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceebe9 Color CSS Codes

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

#ceebe9 Text Font Color

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

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


#ceebe9 Background Color

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

This div background color is #ceebe9


#ceebe9 Border Color

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

This div border color is #ceebe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceebe9


Comments

No comments written yet.

Please login to write comment.