Color Hex Logo

#bcefbd Color Hex

#BCEFBD
(188,239,189)
0 Favorites   0 Comments

Color spaces of #bcefbd

RGB 188239189
HSL0.340.610.84
HSV121°21°94°
CMYK 0.210.000.21   0.06
XYZ60.790876.098559.6286
Yxy76.09850.30930.3872
Hunter Lab87.2345-28.269620.5368
CIE-Lab89.9051-25.693118.9655

#bcefbd color RGB value is (188,239,189).

#bcefbd hex color red value is 188, green value is 239 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bcefbd hue: 0.34 , saturation: 0.61 and the lightness value of bcefbd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101111 10111101
Octal 274 357 275
Decimal 188 239 189
Hex BC EF BD

RGB Percentages of Color #bcefbd

%30.52
%38.80
%30.68

CMYK Percentages of Color #bcefbd

%21
%0
%21
%6

Triadic Colors of #bcefbd

#bcefbd #bdbcef #efbdbc

Analogous Colors of #bcefbd

#bcefbd #bcefd7 #d5efbc

Monochromatic Colors of #bcefbd

#bcefbd

Complementary Color

#bcefbd #efbcee

#bcefbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcefbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcefbd Color CSS Codes

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

#bcefbd Text Font Color

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

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


#bcefbd Background Color

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

This div background color is #bcefbd


#bcefbd Border Color

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

This div border color is #bcefbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcefbd


Comments

No comments written yet.

Please login to write comment.