Color Hex Logo

#bcefad Color Hex

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

Color spaces of #bcefad

RGB 188239173
HSL0.300.670.81
HSV106°28°94°
CMYK 0.210.000.28   0.06
XYZ59.148475.441550.9794
Yxy75.44150.31870.4065
Hunter Lab86.8571-30.444026.0006
CIE-Lab89.5994-28.290726.7667

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

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

The process color (four color CMYK) of #bcefad color hex is 0.21, 0.00, 0.28, 0.06. Web safe color of #bcefad is #ccff99. Color #bcefad contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #bcefad

%31.33
%39.83
%28.83

CMYK Percentages of Color #bcefad

%21
%0
%28
%6

Triadic Colors of #bcefad

#bcefad #adbcef #efadbc

Analogous Colors of #bcefad

#bcefad #adefbf #ddefad

Monochromatic Colors of #bcefad

#bcefad

Complementary Color

#bcefad #e0adef

#bcefad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcefad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcefad Color CSS Codes

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

#bcefad Text Font Color

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

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


#bcefad Background Color

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

This div background color is #bcefad


#bcefad Border Color

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

This div border color is #bcefad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcefad


Comments

No comments written yet.

Please login to write comment.