Color Hex Logo

#bcf27d Color Hex

#BCF27D
(188,242,125)
0 Favorites   0 Comments

Color spaces of #bcf27d

RGB 188242125
HSL0.240.820.72
HSV88°48°95°
CMYK 0.220.000.48   0.05
XYZ56.192875.676331.0473
Yxy75.67630.34490.4645
Hunter Lab86.9921-36.933739.7340
CIE-Lab89.7088-35.994650.6176

#bcf27d color RGB value is (188,242,125).

#bcf27d hex color red value is 188, green value is 242 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bcf27d hue: 0.24 , saturation: 0.82 and the lightness value of bcf27d is 0.72.

The process color (four color CMYK) of #bcf27d color hex is 0.22, 0.00, 0.48, 0.05. Web safe color of #bcf27d is #ccff66. Color #bcf27d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110010 01111101
Octal 274 362 175
Decimal 188 242 125
Hex BC F2 7D

RGB Percentages of Color #bcf27d

%33.87
%43.60
%22.52

CMYK Percentages of Color #bcf27d

%22
%0
%48
%5

Triadic Colors of #bcf27d

#bcf27d #7dbcf2 #f27dbc

Analogous Colors of #bcf27d

#bcf27d #82f27d #f2ee7d

Monochromatic Colors of #bcf27d

#bcf27d

Complementary Color

#bcf27d #b37df2

#bcf27d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf27d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf27d Color CSS Codes

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

#bcf27d Text Font Color

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

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


#bcf27d Background Color

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

This div background color is #bcf27d


#bcf27d Border Color

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

This div border color is #bcf27d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf27d


Comments

No comments written yet.

Please login to write comment.