Color Hex Logo

#bcaded Color Hex

#BCADED
(188,173,237)
0 Favorites   0 Comments

Color spaces of #bcaded

RGB 188173237
HSL0.710.640.80
HSV254°27°93°
CMYK 0.210.270.00   0.07
XYZ50.968746.692986.4471
Yxy46.69290.27680.2536
Hunter Lab68.332213.5610-27.1753
CIE-Lab73.992918.3168-30.0338

#bcaded color RGB value is (188,173,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101101 11101101
Octal 274 255 355
Decimal 188 173 237
Hex BC AD ED

RGB Percentages of Color #bcaded

%31.44
%28.93
%39.63

CMYK Percentages of Color #bcaded

%21
%27
%0
%7

Triadic Colors of #bcaded

#bcaded #edbcad #adedbc

Analogous Colors of #bcaded

#bcaded #dcaded #adbeed

Monochromatic Colors of #bcaded

#bcaded

Complementary Color

#bcaded #deedad

#bcaded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaded Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaded Color CSS Codes

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

#bcaded Text Font Color

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

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


#bcaded Background Color

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

This div background color is #bcaded


#bcaded Border Color

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

This div border color is #bcaded


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,173,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaded


Comments

No comments written yet.

Please login to write comment.