Color Hex Logo

#bdf56b Color Hex

#BDF56B
(189,245,107)
0 Favorites   0 Comments

Color spaces of #bdf56b

RGB 189245107
HSL0.230.870.69
HSV84°56°96°
CMYK 0.230.000.56   0.04
XYZ56.292577.185225.8412
Yxy77.18520.35330.4845
Hunter Lab87.8551-39.373944.0594
CIE-Lab90.4068-38.754959.6333

#bdf56b color RGB value is (189,245,107).

#bdf56b hex color red value is 189, green value is 245 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bdf56b hue: 0.23 , saturation: 0.87 and the lightness value of bdf56b is 0.69.

The process color (four color CMYK) of #bdf56b color hex is 0.23, 0.00, 0.56, 0.04. Web safe color of #bdf56b is #ccff66. Color #bdf56b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110101 01101011
Octal 275 365 153
Decimal 189 245 107
Hex BD F5 6B

RGB Percentages of Color #bdf56b

%34.94
%45.29
%19.78

CMYK Percentages of Color #bdf56b

%23
%0
%56
%4

Triadic Colors of #bdf56b

#bdf56b #6bbdf5 #f56bbd

Analogous Colors of #bdf56b

#bdf56b #78f56b #f5e86b

Monochromatic Colors of #bdf56b

#bdf56b

Complementary Color

#bdf56b #a36bf5

#bdf56b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf56b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf56b Color CSS Codes

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

#bdf56b Text Font Color

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

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


#bdf56b Background Color

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

This div background color is #bdf56b


#bdf56b Border Color

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

This div border color is #bdf56b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf56b


Comments

No comments written yet.

Please login to write comment.