Color Hex Logo

#cadbef Color Hex

#CADBEF
(202,219,239)
0 Favorites   0 Comments

Color spaces of #cadbef

RGB 202219239
HSL0.590.540.86
HSV212°15°94°
CMYK 0.150.080.00   0.06
XYZ65.268669.451691.6268
Yxy69.45160.28840.3068
Hunter Lab83.3376-6.0427-6.8509
CIE-Lab86.7272-1.6677-11.7054

#cadbef color RGB value is (202,219,239).

#cadbef hex color red value is 202, green value is 219 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cadbef hue: 0.59 , saturation: 0.54 and the lightness value of cadbef is 0.86.

The process color (four color CMYK) of #cadbef color hex is 0.15, 0.08, 0.00, 0.06. Web safe color of #cadbef is #ccccff. Color #cadbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011011 11101111
Octal 312 333 357
Decimal 202 219 239
Hex CA DB EF

RGB Percentages of Color #cadbef

%30.61
%33.18
%36.21

CMYK Percentages of Color #cadbef

%15
%8
%0
%6

Triadic Colors of #cadbef

#cadbef #efcadb #dbefca

Analogous Colors of #cadbef

#cadbef #cccaef #caeeef

Monochromatic Colors of #cadbef

#cadbef

Complementary Color

#cadbef #efdeca

#cadbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadbef Color CSS Codes

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

#cadbef Text Font Color

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

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


#cadbef Background Color

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

This div background color is #cadbef


#cadbef Border Color

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

This div border color is #cadbef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,219,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cadbef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cadbef;
  -webkit-box-shadow: 1px 1px 3px 2px #cadbef;
  box-shadow:         1px 1px 3px 2px #cadbef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,219,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadbef


Comments

No comments written yet.

Please login to write comment.