Color Hex Logo

#cbeafa Color Hex

#CBEAFA
(203,234,250)
0 Favorites   0 Comments

Color spaces of #cbeafa

RGB 203234250
HSL0.560.820.89
HSV200°19°98°
CMYK 0.190.060.00   0.02
XYZ71.306778.4443101.8255
Yxy78.44430.28340.3118
Hunter Lab88.5688-11.2851-6.1662
CIE-Lab90.9823-6.8047-11.1298

#cbeafa color RGB value is (203,234,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 11111010
Octal 313 352 372
Decimal 203 234 250
Hex CB EA FA

RGB Percentages of Color #cbeafa

%29.55
%34.06
%36.39

CMYK Percentages of Color #cbeafa

%19
%6
%0
%2

Triadic Colors of #cbeafa

#cbeafa #facbea #eafacb

Analogous Colors of #cbeafa

#cbeafa #cbd3fa #cbfaf3

Monochromatic Colors of #cbeafa

#cbeafa

Complementary Color

#cbeafa #fadbcb

#cbeafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeafa Color CSS Codes

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

#cbeafa Text Font Color

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

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


#cbeafa Background Color

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

This div background color is #cbeafa


#cbeafa Border Color

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

This div border color is #cbeafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeafa


Comments

No comments written yet.

Please login to write comment.