Color Hex Logo

#ceebfd Color Hex

#CEEBFD
(206,235,253)
0 Favorites   0 Comments

Color spaces of #ceebfd

RGB 206235253
HSL0.560.920.90
HSV203°19°99°
CMYK 0.190.070.00   0.01
XYZ72.891679.6303104.4569
Yxy79.63030.28360.3099
Hunter Lab89.2358-10.3563-6.9381
CIE-Lab91.5187-5.7757-11.8753

#ceebfd color RGB value is (206,235,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101011 11111101
Octal 316 353 375
Decimal 206 235 253
Hex CE EB FD

RGB Percentages of Color #ceebfd

%29.68
%33.86
%36.46

CMYK Percentages of Color #ceebfd

%19
%7
%0
%1

Triadic Colors of #ceebfd

#ceebfd #fdceeb #ebfdce

Analogous Colors of #ceebfd

#ceebfd #ced4fd #cefdf8

Monochromatic Colors of #ceebfd

#ceebfd

Complementary Color

#ceebfd #fde0ce

#ceebfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceebfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceebfd Color CSS Codes

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

#ceebfd Text Font Color

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

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


#ceebfd Background Color

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

This div background color is #ceebfd


#ceebfd Border Color

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

This div border color is #ceebfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceebfd

#ceebfd Color Palettes


Comments

No comments written yet.

Please login to write comment.