Color Hex Logo

#bcefbc Color Hex

#BCEFBC
(188,239,188)
0 Favorites   0 Comments

Color spaces of #bcefbc

RGB 188239188
HSL0.330.610.84
HSV120°21°94°
CMYK 0.210.000.21   0.06
XYZ60.682676.055259.0588
Yxy76.05520.30990.3884
Hunter Lab87.2096-28.412220.8953
CIE-Lab89.8850-25.862319.4537

#bcefbc color RGB value is (188,239,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101111 10111100
Octal 274 357 274
Decimal 188 239 188
Hex BC EF BC

RGB Percentages of Color #bcefbc

%30.57
%38.86
%30.57

CMYK Percentages of Color #bcefbc

%21
%0
%21
%6

Triadic Colors of #bcefbc

#bcefbc #bcbcef #efbcbc

Analogous Colors of #bcefbc

#bcefbc #bcefd6 #d6efbc

Monochromatic Colors of #bcefbc

#bcefbc

Complementary Color

#bcefbc #efbcef

#bcefbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcefbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcefbc Color CSS Codes

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

#bcefbc Text Font Color

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

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


#bcefbc Background Color

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

This div background color is #bcefbc


#bcefbc Border Color

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

This div border color is #bcefbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcefbc


Comments

No comments written yet.

Please login to write comment.