Color Hex Logo

#cbeafc Color Hex

#CBEAFC
(203,234,252)
0 Favorites   0 Comments

Color spaces of #cbeafc

RGB 203234252
HSL0.560.890.89
HSV202°19°99°
CMYK 0.190.070.00   0.01
XYZ71.622178.5704103.4862
Yxy78.57040.28230.3097
Hunter Lab88.6399-10.8898-7.1725
CIE-Lab91.0396-6.3828-12.0885

#cbeafc color RGB value is (203,234,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 11111100
Octal 313 352 374
Decimal 203 234 252
Hex CB EA FC

RGB Percentages of Color #cbeafc

%29.46
%33.96
%36.57

CMYK Percentages of Color #cbeafc

%19
%7
%0
%1

Triadic Colors of #cbeafc

#cbeafc #fccbea #eafccb

Analogous Colors of #cbeafc

#cbeafc #cbd2fc #cbfcf6

Monochromatic Colors of #cbeafc

#cbeafc

Complementary Color

#cbeafc #fcddcb

#cbeafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeafc Color CSS Codes

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

#cbeafc Text Font Color

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

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


#cbeafc Background Color

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

This div background color is #cbeafc


#cbeafc Border Color

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

This div border color is #cbeafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeafc


Comments

No comments written yet.

Please login to write comment.