Color Hex Logo

#cbe0fd Color Hex

#CBE0FD
(203,224,253)
0 Favorites   0 Comments

Color spaces of #cbe0fd

RGB 203224253
HSL0.600.930.89
HSV215°20°99°
CMYK 0.200.110.00   0.01
XYZ69.013973.0997103.4007
Yxy73.09970.28110.2977
Hunter Lab85.4984-5.5377-11.8558
CIE-Lab88.4952-1.0074-16.4211

#cbe0fd color RGB value is (203,224,253).

#cbe0fd hex color red value is 203, green value is 224 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #cbe0fd hue: 0.60 , saturation: 0.93 and the lightness value of cbe0fd is 0.89.

The process color (four color CMYK) of #cbe0fd color hex is 0.20, 0.11, 0.00, 0.01. Web safe color of #cbe0fd is #ccccff. Color #cbe0fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100000 11111101
Octal 313 340 375
Decimal 203 224 253
Hex CB E0 FD

RGB Percentages of Color #cbe0fd

%29.85
%32.94
%37.21

CMYK Percentages of Color #cbe0fd

%20
%11
%0
%1

Triadic Colors of #cbe0fd

#cbe0fd #fdcbe0 #e0fdcb

Analogous Colors of #cbe0fd

#cbe0fd #cfcbfd #cbf9fd

Monochromatic Colors of #cbe0fd

#cbe0fd

Complementary Color

#cbe0fd #fde8cb

#cbe0fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe0fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe0fd Color CSS Codes

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

#cbe0fd Text Font Color

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

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


#cbe0fd Background Color

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

This div background color is #cbe0fd


#cbe0fd Border Color

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

This div border color is #cbe0fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe0fd

Related Colors


Comments

No comments written yet.

Please login to write comment.