Color Hex Logo

#cbe2fe Color Hex

#CBE2FE
(203,226,254)
0 Favorites   0 Comments

Color spaces of #cbe2fe

RGB 203226254
HSL0.590.960.90
HSV213°20°100°
CMYK 0.200.110.00   0.00
XYZ69.714474.2450104.4223
Yxy74.24500.28070.2989
Hunter Lab86.1655-6.3698-11.5365
CIE-Lab89.0381-1.8322-16.1304

#cbe2fe color RGB value is (203,226,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100010 11111110
Octal 313 342 376
Decimal 203 226 254
Hex CB E2 FE

RGB Percentages of Color #cbe2fe

%29.72
%33.09
%37.19

CMYK Percentages of Color #cbe2fe

%20
%11
%0
%0

Triadic Colors of #cbe2fe

#cbe2fe #fecbe2 #e2fecb

Analogous Colors of #cbe2fe

#cbe2fe #cecbfe #cbfcfe

Monochromatic Colors of #cbe2fe

#cbe2fe

Complementary Color

#cbe2fe #fee7cb

#cbe2fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe2fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe2fe Color CSS Codes

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

#cbe2fe Text Font Color

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

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


#cbe2fe Background Color

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

This div background color is #cbe2fe


#cbe2fe Border Color

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

This div border color is #cbe2fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,226,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe2fe


Comments

No comments written yet.

Please login to write comment.