Color Hex Logo

#bcdf7d Color Hex

#BCDF7D
(188,223,125)
0 Favorites   0 Comments

Color spaces of #bcdf7d

RGB 188223125
HSL0.230.600.68
HSV81°44°87°
CMYK 0.160.000.44   0.13
XYZ50.828464.947429.2592
Yxy64.94740.35050.4478
Hunter Lab80.5899-28.451834.8870
CIE-Lab84.4566-27.158544.1394

#bcdf7d color RGB value is (188,223,125).

#bcdf7d hex color red value is 188, green value is 223 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bcdf7d hue: 0.23 , saturation: 0.60 and the lightness value of bcdf7d is 0.68.

The process color (four color CMYK) of #bcdf7d color hex is 0.16, 0.00, 0.44, 0.13. Web safe color of #bcdf7d is #cccc66. Color #bcdf7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 01111101
Octal 274 337 175
Decimal 188 223 125
Hex BC DF 7D

RGB Percentages of Color #bcdf7d

%35.07
%41.60
%23.32

CMYK Percentages of Color #bcdf7d

%16
%0
%44
%13

Triadic Colors of #bcdf7d

#bcdf7d #7dbcdf #df7dbc

Analogous Colors of #bcdf7d

#bcdf7d #8bdf7d #dfd17d

Monochromatic Colors of #bcdf7d

#bcdf7d

Complementary Color

#bcdf7d #a07ddf

#bcdf7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdf7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdf7d Color CSS Codes

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

#bcdf7d Text Font Color

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

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


#bcdf7d Background Color

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

This div background color is #bcdf7d


#bcdf7d Border Color

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

This div border color is #bcdf7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdf7d


Comments

No comments written yet.

Please login to write comment.