Color Hex Logo

#cbeafd Color Hex

#CBEAFD
(203,234,253)
0 Favorites   0 Comments

Color spaces of #cbeafd

RGB 203234253
HSL0.560.930.89
HSV203°20°99°
CMYK 0.200.080.00   0.01
XYZ71.781078.6340104.3231
Yxy78.63400.28180.3087
Hunter Lab88.6758-10.6911-7.6789
CIE-Lab91.0684-6.1711-12.5674

#cbeafd color RGB value is (203,234,253).

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

The process color (four color CMYK) of #cbeafd color hex is 0.20, 0.08, 0.00, 0.01. Web safe color of #cbeafd is #ccffff. Color #cbeafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 11111101
Octal 313 352 375
Decimal 203 234 253
Hex CB EA FD

RGB Percentages of Color #cbeafd

%29.42
%33.91
%36.67

CMYK Percentages of Color #cbeafd

%20
%8
%0
%1

Triadic Colors of #cbeafd

#cbeafd #fdcbea #eafdcb

Analogous Colors of #cbeafd

#cbeafd #cbd1fd #cbfdf7

Monochromatic Colors of #cbeafd

#cbeafd

Complementary Color

#cbeafd #fddecb

#cbeafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeafd Color CSS Codes

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

#cbeafd Text Font Color

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

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


#cbeafd Background Color

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

This div background color is #cbeafd


#cbeafd Border Color

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

This div border color is #cbeafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeafd


Comments

No comments written yet.

Please login to write comment.