Color Hex Logo

#cbdafd Color Hex

#CBDAFD
(203,218,253)
0 Favorites   0 Comments

Color spaces of #cbdafd

RGB 203218253
HSL0.620.930.89
HSV222°20°99°
CMYK 0.200.140.00   0.01
XYZ67.429669.9312102.8726
Yxy69.93120.28070.2911
Hunter Lab83.6249-2.4129-14.3992
CIE-Lab86.96312.1311-18.7275

#cbdafd color RGB value is (203,218,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011010 11111101
Octal 313 332 375
Decimal 203 218 253
Hex CB DA FD

RGB Percentages of Color #cbdafd

%30.12
%32.34
%37.54

CMYK Percentages of Color #cbdafd

%20
%14
%0
%1

Triadic Colors of #cbdafd

#cbdafd #fdcbda #dafdcb

Analogous Colors of #cbdafd

#cbdafd #d5cbfd #cbf3fd

Monochromatic Colors of #cbdafd

#cbdafd

Complementary Color

#cbdafd #fdeecb

#cbdafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbdafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbdafd Color CSS Codes

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

#cbdafd Text Font Color

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

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


#cbdafd Background Color

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

This div background color is #cbdafd


#cbdafd Border Color

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

This div border color is #cbdafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbdafd

Related Colors


Comments

No comments written yet.

Please login to write comment.