Color Hex Logo

#cbeafb Color Hex

#CBEAFB
(203,234,251)
0 Favorites   0 Comments

Color spaces of #cbeafb

RGB 203234251
HSL0.560.860.89
HSV201°19°98°
CMYK 0.190.070.00   0.02
XYZ71.464078.5072102.6536
Yxy78.50720.28290.3108
Hunter Lab88.6043-11.0879-6.6682
CIE-Lab91.0109-6.5941-11.6093

#cbeafb color RGB value is (203,234,251).

#cbeafb hex color red value is 203, green value is 234 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cbeafb hue: 0.56 , saturation: 0.86 and the lightness value of cbeafb is 0.89.

The process color (four color CMYK) of #cbeafb color hex is 0.19, 0.07, 0.00, 0.02. Web safe color of #cbeafb is #ccffff. Color #cbeafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 11111011
Octal 313 352 373
Decimal 203 234 251
Hex CB EA FB

RGB Percentages of Color #cbeafb

%29.51
%34.01
%36.48

CMYK Percentages of Color #cbeafb

%19
%7
%0
%2

Triadic Colors of #cbeafb

#cbeafb #fbcbea #eafbcb

Analogous Colors of #cbeafb

#cbeafb #cbd2fb #cbfbf4

Monochromatic Colors of #cbeafb

#cbeafb

Complementary Color

#cbeafb #fbdccb

#cbeafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeafb Color CSS Codes

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

#cbeafb Text Font Color

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

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


#cbeafb Background Color

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

This div background color is #cbeafb


#cbeafb Border Color

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

This div border color is #cbeafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeafb


Comments

No comments written yet.

Please login to write comment.