Color Hex Logo

#cbe1ff Color Hex

#CBE1FF
(203,225,255)
0 Favorites   0 Comments

Color spaces of #cbe1ff

RGB 203225255
HSL0.601.000.90
HSV215°20°100°
CMYK 0.200.120.00   0.00
XYZ69.603873.7669105.1777
Yxy73.76690.28000.2968
Hunter Lab85.8877-5.6461-12.4849
CIE-Lab88.8122-1.0968-16.9944

#cbe1ff color RGB value is (203,225,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100001 11111111
Octal 313 341 377
Decimal 203 225 255
Hex CB E1 FF

RGB Percentages of Color #cbe1ff

%29.72
%32.94
%37.34

CMYK Percentages of Color #cbe1ff

%20
%12
%0
%0

Triadic Colors of #cbe1ff

#cbe1ff #ffcbe1 #e1ffcb

Analogous Colors of #cbe1ff

#cbe1ff #cfcbff #cbfbff

Monochromatic Colors of #cbe1ff

#cbe1ff

Complementary Color

#cbe1ff #ffe9cb

#cbe1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe1ff Color CSS Codes

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

#cbe1ff Text Font Color

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

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


#cbe1ff Background Color

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

This div background color is #cbe1ff


#cbe1ff Border Color

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

This div border color is #cbe1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe1ff

#cbe1ff Color Palettes


Comments

No comments written yet.

Please login to write comment.