Color Hex Logo

#cadbee Color Hex

#CADBEE
(202,219,238)
0 Favorites   0 Comments

Color spaces of #cadbee

RGB 202219238
HSL0.590.510.86
HSV212°15°93°
CMYK 0.150.080.00   0.07
XYZ65.121369.392690.8508
Yxy69.39260.28900.3079
Hunter Lab83.3022-6.2370-6.3511
CIE-Lab86.6981-1.8744-11.2210

#cadbee color RGB value is (202,219,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011011 11101110
Octal 312 333 356
Decimal 202 219 238
Hex CA DB EE

RGB Percentages of Color #cadbee

%30.65
%33.23
%36.12

CMYK Percentages of Color #cadbee

%15
%8
%0
%7

Triadic Colors of #cadbee

#cadbee #eecadb #dbeeca

Analogous Colors of #cadbee

#cadbee #cbcaee #caedee

Monochromatic Colors of #cadbee

#cadbee

Complementary Color

#cadbee #eeddca

#cadbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadbee Color CSS Codes

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

#cadbee Text Font Color

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

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


#cadbee Background Color

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

This div background color is #cadbee


#cadbee Border Color

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

This div border color is #cadbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadbee


Comments

No comments written yet.

Please login to write comment.