Color Hex Logo

#bdfd8c Color Hex

#BDFD8C
(189,253,140)
0 Favorites   0 Comments

Color spaces of #bdfd8c

RGB 189253140
HSL0.260.970.77
HSV94°45°99°
CMYK 0.250.000.45   0.01
XYZ60.845282.962837.6175
Yxy82.96280.33540.4573
Hunter Lab91.0839-40.156639.2721
CIE-Lab92.9981-38.897047.5905

#bdfd8c color RGB value is (189,253,140).

#bdfd8c hex color red value is 189, green value is 253 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #bdfd8c hue: 0.26 , saturation: 0.97 and the lightness value of bdfd8c is 0.77.

The process color (four color CMYK) of #bdfd8c color hex is 0.25, 0.00, 0.45, 0.01. Web safe color of #bdfd8c is #ccff99. Color #bdfd8c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111101 10001100
Octal 275 375 214
Decimal 189 253 140
Hex BD FD 8C

RGB Percentages of Color #bdfd8c

%32.47
%43.47
%24.05

CMYK Percentages of Color #bdfd8c

%25
%0
%45
%1

Triadic Colors of #bdfd8c

#bdfd8c #8cbdfd #fd8cbd

Analogous Colors of #bdfd8c

#bdfd8c #8cfd94 #f6fd8c

Monochromatic Colors of #bdfd8c

#bdfd8c

Complementary Color

#bdfd8c #cc8cfd

#bdfd8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfd8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfd8c Color CSS Codes

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

#bdfd8c Text Font Color

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

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


#bdfd8c Background Color

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

This div background color is #bdfd8c


#bdfd8c Border Color

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

This div border color is #bdfd8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfd8c

Related Colors


Comments

No comments written yet.

Please login to write comment.