Color Hex Logo

#bdf07e Color Hex

#BDF07E
(189,240,126)
0 Favorites   0 Comments

Color spaces of #bdf07e

RGB 189240126
HSL0.240.790.72
HSV87°48°94°
CMYK 0.210.000.48   0.06
XYZ55.912274.645431.1998
Yxy74.64540.34570.4615
Hunter Lab86.3976-35.679439.0676
CIE-Lab89.2266-34.615849.5710

#bdf07e color RGB value is (189,240,126).

#bdf07e hex color red value is 189, green value is 240 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bdf07e hue: 0.24 , saturation: 0.79 and the lightness value of bdf07e is 0.72.

The process color (four color CMYK) of #bdf07e color hex is 0.21, 0.00, 0.48, 0.06. Web safe color of #bdf07e is #ccff66. Color #bdf07e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110000 01111110
Octal 275 360 176
Decimal 189 240 126
Hex BD F0 7E

RGB Percentages of Color #bdf07e

%34.05
%43.24
%22.70

CMYK Percentages of Color #bdf07e

%21
%0
%48
%6

Triadic Colors of #bdf07e

#bdf07e #7ebdf0 #f07ebd

Analogous Colors of #bdf07e

#bdf07e #84f07e #f0ea7e

Monochromatic Colors of #bdf07e

#bdf07e

Complementary Color

#bdf07e #b17ef0

#bdf07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf07e Color CSS Codes

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

#bdf07e Text Font Color

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

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


#bdf07e Background Color

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

This div background color is #bdf07e


#bdf07e Border Color

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

This div border color is #bdf07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf07e


Comments

No comments written yet.

Please login to write comment.