Color Hex Logo

#cbadeb Color Hex

#CBADEB
(203,173,235)
0 Favorites   0 Comments

Color spaces of #cbadeb

RGB 203173235
HSL0.750.610.80
HSV269°26°92°
CMYK 0.140.260.00   0.08
XYZ54.567648.581885.0985
Yxy48.58180.28990.2581
Hunter Lab69.700617.7689-23.5975
CIE-Lab75.190422.4995-27.0010

#cbadeb color RGB value is (203,173,235).

#cbadeb hex color red value is 203, green value is 173 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cbadeb hue: 0.75 , saturation: 0.61 and the lightness value of cbadeb is 0.80.

The process color (four color CMYK) of #cbadeb color hex is 0.14, 0.26, 0.00, 0.08. Web safe color of #cbadeb is #cc99ff. Color #cbadeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101101 11101011
Octal 313 255 353
Decimal 203 173 235
Hex CB AD EB

RGB Percentages of Color #cbadeb

%33.22
%28.31
%38.46

CMYK Percentages of Color #cbadeb

%14
%26
%0
%8

Triadic Colors of #cbadeb

#cbadeb #ebcbad #adebcb

Analogous Colors of #cbadeb

#cbadeb #eaadeb #adaeeb

Monochromatic Colors of #cbadeb

#cbadeb

Complementary Color

#cbadeb #cdebad

#cbadeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbadeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbadeb Color CSS Codes

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

#cbadeb Text Font Color

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

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


#cbadeb Background Color

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

This div background color is #cbadeb


#cbadeb Border Color

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

This div border color is #cbadeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbadeb


Comments

No comments written yet.

Please login to write comment.