Color Hex Logo

#cbe4fe Color Hex

#CBE4FE
(203,228,254)
0 Favorites   0 Comments

Color spaces of #cbe4fe

RGB 203228254
HSL0.580.960.90
HSV211°20°100°
CMYK 0.200.100.00   0.00
XYZ70.261475.3391104.6047
Yxy75.33910.28080.3011
Hunter Lab86.7981-7.4043-10.6947
CIE-Lab89.5516-2.8690-15.3599

#cbe4fe color RGB value is (203,228,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100100 11111110
Octal 313 344 376
Decimal 203 228 254
Hex CB E4 FE

RGB Percentages of Color #cbe4fe

%29.64
%33.28
%37.08

CMYK Percentages of Color #cbe4fe

%20
%10
%0
%0

Triadic Colors of #cbe4fe

#cbe4fe #fecbe4 #e4fecb

Analogous Colors of #cbe4fe

#cbe4fe #cccbfe #cbfefe

Monochromatic Colors of #cbe4fe

#cbe4fe

Complementary Color

#cbe4fe #fee5cb

#cbe4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe4fe Color CSS Codes

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

#cbe4fe Text Font Color

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

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


#cbe4fe Background Color

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

This div background color is #cbe4fe


#cbe4fe Border Color

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

This div border color is #cbe4fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe4fe

Related Colors


Comments

No comments written yet.

Please login to write comment.