Color Hex Logo

#bcecad Color Hex

#BCECAD
(188,236,173)
0 Favorites   0 Comments

Color spaces of #bcecad

RGB 188236173
HSL0.290.620.80
HSV106°27°93°
CMYK 0.200.000.27   0.07
XYZ58.277373.699450.6890
Yxy73.69940.31900.4035
Hunter Lab85.8484-29.061725.0862
CIE-Lab88.7802-26.865825.6498

#bcecad color RGB value is (188,236,173).

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

The process color (four color CMYK) of #bcecad color hex is 0.20, 0.00, 0.27, 0.07. Web safe color of #bcecad is #ccff99. Color #bcecad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 10101101
Octal 274 354 255
Decimal 188 236 173
Hex BC EC AD

RGB Percentages of Color #bcecad

%31.49
%39.53
%28.98

CMYK Percentages of Color #bcecad

%20
%0
%27
%7

Triadic Colors of #bcecad

#bcecad #adbcec #ecadbc

Analogous Colors of #bcecad

#bcecad #adecbe #dcecad

Monochromatic Colors of #bcecad

#bcecad

Complementary Color

#bcecad #ddadec

#bcecad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcecad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcecad Color CSS Codes

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

#bcecad Text Font Color

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

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


#bcecad Background Color

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

This div background color is #bcecad


#bcecad Border Color

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

This div border color is #bcecad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcecad


Comments

No comments written yet.

Please login to write comment.