Color Hex Logo

#cbe3ff Color Hex

#CBE3FF
(203,227,255)
0 Favorites   0 Comments

Color spaces of #cbe3ff

RGB 203227255
HSL0.591.000.90
HSV212°20°100°
CMYK 0.200.110.00   0.00
XYZ70.147774.8547105.3590
Yxy74.85470.28020.2990
Hunter Lab86.5186-6.6830-11.6380
CIE-Lab89.3249-2.1358-16.2240

#cbe3ff color RGB value is (203,227,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100011 11111111
Octal 313 343 377
Decimal 203 227 255
Hex CB E3 FF

RGB Percentages of Color #cbe3ff

%29.64
%33.14
%37.23

CMYK Percentages of Color #cbe3ff

%20
%11
%0
%0

Triadic Colors of #cbe3ff

#cbe3ff #ffcbe3 #e3ffcb

Analogous Colors of #cbe3ff

#cbe3ff #cdcbff #cbfdff

Monochromatic Colors of #cbe3ff

#cbe3ff

Complementary Color

#cbe3ff #ffe7cb

#cbe3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe3ff Color CSS Codes

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

#cbe3ff Text Font Color

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

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


#cbe3ff Background Color

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

This div background color is #cbe3ff


#cbe3ff Border Color

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

This div border color is #cbe3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe3ff

#cbe3ff Color Palettes


Comments

No comments written yet.

Please login to write comment.