Color Hex Logo

#bcdf5d Color Hex

#BCDF5D
(188,223,93)
0 Favorites   0 Comments

Color spaces of #bcdf5d

RGB 18822393
HSL0.210.670.62
HSV76°58°87°
CMYK 0.160.000.58   0.13
XYZ49.102564.257020.1708
Yxy64.25700.36770.4812
Hunter Lab80.1605-30.940241.1932
CIE-Lab84.0994-30.265358.5731

#bcdf5d color RGB value is (188,223,93).

#bcdf5d hex color red value is 188, green value is 223 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bcdf5d hue: 0.21 , saturation: 0.67 and the lightness value of bcdf5d is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 01011101
Octal 274 337 135
Decimal 188 223 93
Hex BC DF 5D

RGB Percentages of Color #bcdf5d

%37.30
%44.25
%18.45

CMYK Percentages of Color #bcdf5d

%16
%0
%58
%13

Triadic Colors of #bcdf5d

#bcdf5d #5dbcdf #df5dbc

Analogous Colors of #bcdf5d

#bcdf5d #7bdf5d #dfc15d

Monochromatic Colors of #bcdf5d

#bcdf5d

Complementary Color

#bcdf5d #805ddf

#bcdf5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdf5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdf5d Color CSS Codes

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

#bcdf5d Text Font Color

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

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


#bcdf5d Background Color

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

This div background color is #bcdf5d


#bcdf5d Border Color

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

This div border color is #bcdf5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdf5d


Comments

No comments written yet.

Please login to write comment.