Color Hex Logo

#bcadee Color Hex

#BCADEE
(188,173,238)
0 Favorites   0 Comments

Color spaces of #bcadee

RGB 188173238
HSL0.710.660.81
HSV254°27°93°
CMYK 0.210.270.00   0.07
XYZ51.115246.751687.2188
Yxy46.75160.27620.2526
Hunter Lab68.375113.7847-27.7673
CIE-Lab74.030618.5432-30.5182

#bcadee color RGB value is (188,173,238).

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

The process color (four color CMYK) of #bcadee color hex is 0.21, 0.27, 0.00, 0.07. Web safe color of #bcadee is #cc99ff. Color #bcadee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101101 11101110
Octal 274 255 356
Decimal 188 173 238
Hex BC AD EE

RGB Percentages of Color #bcadee

%31.39
%28.88
%39.73

CMYK Percentages of Color #bcadee

%21
%27
%0
%7

Triadic Colors of #bcadee

#bcadee #eebcad #adeebc

Analogous Colors of #bcadee

#bcadee #ddadee #adbfee

Monochromatic Colors of #bcadee

#bcadee

Complementary Color

#bcadee #dfeead

#bcadee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcadee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcadee Color CSS Codes

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

#bcadee Text Font Color

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

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


#bcadee Background Color

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

This div background color is #bcadee


#bcadee Border Color

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

This div border color is #bcadee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcadee


Comments

No comments written yet.

Please login to write comment.