Color Hex Logo

#cadbe9 Color Hex

#CADBE9
(202,219,233)
0 Favorites   0 Comments

Color spaces of #cadbe9

RGB 202219233
HSL0.580.410.85
HSV207°13°91°
CMYK 0.130.060.00   0.09
XYZ64.396669.102887.0349
Yxy69.10280.29200.3133
Hunter Lab83.1281-7.1961-3.8868
CIE-Lab86.5549-2.8985-8.7939

#cadbe9 color RGB value is (202,219,233).

#cadbe9 hex color red value is 202, green value is 219 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #cadbe9 hue: 0.58 , saturation: 0.41 and the lightness value of cadbe9 is 0.85.

The process color (four color CMYK) of #cadbe9 color hex is 0.13, 0.06, 0.00, 0.09. Web safe color of #cadbe9 is #ccccff. Color #cadbe9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011011 11101001
Octal 312 333 351
Decimal 202 219 233
Hex CA DB E9

RGB Percentages of Color #cadbe9

%30.89
%33.49
%35.63

CMYK Percentages of Color #cadbe9

%13
%6
%0
%9

Triadic Colors of #cadbe9

#cadbe9 #e9cadb #dbe9ca

Analogous Colors of #cadbe9

#cadbe9 #cacce9 #cae9e8

Monochromatic Colors of #cadbe9

#cadbe9

Complementary Color

#cadbe9 #e9d8ca

#cadbe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadbe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadbe9 Color CSS Codes

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

#cadbe9 Text Font Color

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

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


#cadbe9 Background Color

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

This div background color is #cadbe9


#cadbe9 Border Color

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

This div border color is #cadbe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadbe9


Comments

No comments written yet.

Please login to write comment.