Color Hex Logo

#bcadef Color Hex

#BCADEF
(188,173,239)
0 Favorites   0 Comments

Color spaces of #bcadef

RGB 188173239
HSL0.700.670.81
HSV254°28°94°
CMYK 0.210.280.00   0.06
XYZ51.262646.810587.9949
Yxy46.81050.27550.2516
Hunter Lab68.418214.0100-28.3621
CIE-Lab74.068418.7707-31.0024

#bcadef color RGB value is (188,173,239).

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

The process color (four color CMYK) of #bcadef color hex is 0.21, 0.28, 0.00, 0.06. Web safe color of #bcadef is #cc99ff. Color #bcadef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101101 11101111
Octal 274 255 357
Decimal 188 173 239
Hex BC AD EF

RGB Percentages of Color #bcadef

%31.33
%28.83
%39.83

CMYK Percentages of Color #bcadef

%21
%28
%0
%6

Triadic Colors of #bcadef

#bcadef #efbcad #adefbc

Analogous Colors of #bcadef

#bcadef #ddadef #adbfef

Monochromatic Colors of #bcadef

#bcadef

Complementary Color

#bcadef #e0efad

#bcadef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcadef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcadef Color CSS Codes

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

#bcadef Text Font Color

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

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


#bcadef Background Color

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

This div background color is #bcadef


#bcadef Border Color

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

This div border color is #bcadef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcadef


Comments

No comments written yet.

Please login to write comment.