Color Hex Logo

#cadbeb Color Hex

#CADBEB
(202,219,235)
0 Favorites   0 Comments

Color spaces of #cadbeb

RGB 202219235
HSL0.580.450.86
HSV209°14°92°
CMYK 0.140.070.00   0.08
XYZ64.684069.217888.5484
Yxy69.21780.29080.3112
Hunter Lab83.1972-6.8154-4.8654
CIE-Lab86.6118-2.4912-9.7656

#cadbeb color RGB value is (202,219,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011011 11101011
Octal 312 333 353
Decimal 202 219 235
Hex CA DB EB

RGB Percentages of Color #cadbeb

%30.79
%33.38
%35.82

CMYK Percentages of Color #cadbeb

%14
%7
%0
%8

Triadic Colors of #cadbeb

#cadbeb #ebcadb #dbebca

Analogous Colors of #cadbeb

#cadbeb #cacbeb #caebeb

Monochromatic Colors of #cadbeb

#cadbeb

Complementary Color

#cadbeb #ebdaca

#cadbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadbeb Color CSS Codes

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

#cadbeb Text Font Color

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

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


#cadbeb Background Color

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

This div background color is #cadbeb


#cadbeb Border Color

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

This div border color is #cadbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadbeb


Comments

No comments written yet.

Please login to write comment.