Color Hex Logo

#bdf86b Color Hex

#BDF86B
(189,248,107)
0 Favorites   0 Comments

Color spaces of #bdf86b

RGB 189248107
HSL0.240.910.70
HSV85°57°97°
CMYK 0.240.000.57   0.03
XYZ57.207579.015226.1462
Yxy79.01520.35230.4866
Hunter Lab88.8905-40.680644.7838
CIE-Lab91.2412-40.088660.5866

#bdf86b color RGB value is (189,248,107).

#bdf86b hex color red value is 189, green value is 248 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bdf86b hue: 0.24 , saturation: 0.91 and the lightness value of bdf86b is 0.70.

The process color (four color CMYK) of #bdf86b color hex is 0.24, 0.00, 0.57, 0.03. Web safe color of #bdf86b is #ccff66. Color #bdf86b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111000 01101011
Octal 275 370 153
Decimal 189 248 107
Hex BD F8 6B

RGB Percentages of Color #bdf86b

%34.74
%45.59
%19.67

CMYK Percentages of Color #bdf86b

%24
%0
%57
%3

Triadic Colors of #bdf86b

#bdf86b #6bbdf8 #f86bbd

Analogous Colors of #bdf86b

#bdf86b #77f86b #f8ed6b

Monochromatic Colors of #bdf86b

#bdf86b

Complementary Color

#bdf86b #a66bf8

#bdf86b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf86b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf86b Color CSS Codes

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

#bdf86b Text Font Color

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

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


#bdf86b Background Color

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

This div background color is #bdf86b


#bdf86b Border Color

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

This div border color is #bdf86b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,248,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 #bdf86b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf86b

Related Colors


Comments

No comments written yet.

Please login to write comment.