Color Hex Logo

#ceebff Color Hex

#CEEBFF
(206,235,255)
0 Favorites   0 Comments

Color spaces of #ceebff

RGB 206235255
HSL0.571.000.90
HSV204°19°100°
CMYK 0.190.080.00   0.00
XYZ73.211979.7585106.1440
Yxy79.75850.28250.3078
Hunter Lab89.3076-9.9590-7.9521
CIE-Lab91.5764-5.3549-12.8322

#ceebff color RGB value is (206,235,255).

#ceebff hex color red value is 206, green value is 235 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ceebff hue: 0.57 , saturation: 1.00 and the lightness value of ceebff is 0.90.

The process color (four color CMYK) of #ceebff color hex is 0.19, 0.08, 0.00, 0.00. Web safe color of #ceebff is #ccffff. Color #ceebff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101011 11111111
Octal 316 353 377
Decimal 206 235 255
Hex CE EB FF

RGB Percentages of Color #ceebff

%29.60
%33.76
%36.64

CMYK Percentages of Color #ceebff

%19
%8
%0
%0

Triadic Colors of #ceebff

#ceebff #ffceeb #ebffce

Analogous Colors of #ceebff

#ceebff #ced3ff #cefffb

Monochromatic Colors of #ceebff

#ceebff

Complementary Color

#ceebff #ffe2ce

#ceebff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceebff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceebff Color CSS Codes

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

#ceebff Text Font Color

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

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


#ceebff Background Color

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

This div background color is #ceebff


#ceebff Border Color

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

This div border color is #ceebff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceebff


Comments

No comments written yet.

Please login to write comment.