Color Hex Logo

#bcadeb Color Hex

#BCADEB
(188,173,235)
0 Favorites   0 Comments

Color spaces of #bcadeb

RGB 188173235
HSL0.710.610.80
HSV255°26°92°
CMYK 0.200.260.00   0.08
XYZ50.678046.576784.9164
Yxy46.57670.27820.2557
Hunter Lab68.247113.1156-25.9985
CIE-Lab73.918217.8651-29.0630

#bcadeb color RGB value is (188,173,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101101 11101011
Octal 274 255 353
Decimal 188 173 235
Hex BC AD EB

RGB Percentages of Color #bcadeb

%31.54
%29.03
%39.43

CMYK Percentages of Color #bcadeb

%20
%26
%0
%8

Triadic Colors of #bcadeb

#bcadeb #ebbcad #adebbc

Analogous Colors of #bcadeb

#bcadeb #dbadeb #adbdeb

Monochromatic Colors of #bcadeb

#bcadeb

Complementary Color

#bcadeb #dcebad

#bcadeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcadeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcadeb Color CSS Codes

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

#bcadeb Text Font Color

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

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


#bcadeb Background Color

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

This div background color is #bcadeb


#bcadeb Border Color

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

This div border color is #bcadeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcadeb


Comments

No comments written yet.

Please login to write comment.