Color Hex Logo

#bdf285 Color Hex

#BDF285
(189,242,133)
0 Favorites   0 Comments

Color spaces of #bdf285

RGB 189242133
HSL0.250.810.74
HSV89°45°95°
CMYK 0.220.000.45   0.05
XYZ56.972076.016533.8602
Yxy76.01650.34150.4556
Hunter Lab87.1874-35.938538.0053
CIE-Lab89.8670-34.745547.0292

#bdf285 color RGB value is (189,242,133).

#bdf285 hex color red value is 189, green value is 242 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #bdf285 hue: 0.25 , saturation: 0.81 and the lightness value of bdf285 is 0.74.

The process color (four color CMYK) of #bdf285 color hex is 0.22, 0.00, 0.45, 0.05. Web safe color of #bdf285 is #ccff99. Color #bdf285 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110010 10000101
Octal 275 362 205
Decimal 189 242 133
Hex BD F2 85

RGB Percentages of Color #bdf285

%33.51
%42.91
%23.58

CMYK Percentages of Color #bdf285

%22
%0
%45
%5

Triadic Colors of #bdf285

#bdf285 #85bdf2 #f285bd

Analogous Colors of #bdf285

#bdf285 #87f285 #f2f185

Monochromatic Colors of #bdf285

#bdf285

Complementary Color

#bdf285 #ba85f2

#bdf285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf285 Color CSS Codes

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

#bdf285 Text Font Color

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

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


#bdf285 Background Color

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

This div background color is #bdf285


#bdf285 Border Color

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

This div border color is #bdf285


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf285


Comments

No comments written yet.

Please login to write comment.