Color Hex Logo

#bdfc88 Color Hex

#BDFC88
(189,252,136)
0 Favorites   0 Comments

Color spaces of #bdfc88

RGB 189252136
HSL0.260.950.76
HSV93°46°99°
CMYK 0.250.000.46   0.01
XYZ60.240682.217235.9870
Yxy82.21720.33760.4607
Hunter Lab90.6737-40.089539.9403
CIE-Lab92.6706-38.917449.0834

#bdfc88 color RGB value is (189,252,136).

#bdfc88 hex color red value is 189, green value is 252 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #bdfc88 hue: 0.26 , saturation: 0.95 and the lightness value of bdfc88 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111100 10001000
Octal 275 374 210
Decimal 189 252 136
Hex BD FC 88

RGB Percentages of Color #bdfc88

%32.76
%43.67
%23.57

CMYK Percentages of Color #bdfc88

%25
%0
%46
%1

Triadic Colors of #bdfc88

#bdfc88 #88bdfc #fc88bd

Analogous Colors of #bdfc88

#bdfc88 #88fc8d #f7fc88

Monochromatic Colors of #bdfc88

#bdfc88

Complementary Color

#bdfc88 #c788fc

#bdfc88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfc88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfc88 Color CSS Codes

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

#bdfc88 Text Font Color

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

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


#bdfc88 Background Color

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

This div background color is #bdfc88


#bdfc88 Border Color

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

This div border color is #bdfc88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfc88


Comments

No comments written yet.

Please login to write comment.