Color Hex Logo

#bdf36b Color Hex

#BDF36B
(189,243,107)
0 Favorites   0 Comments

Color spaces of #bdf36b

RGB 189243107
HSL0.230.850.69
HSV84°56°95°
CMYK 0.220.000.56   0.05
XYZ55.690775.981525.6406
Yxy75.98150.35400.4830
Hunter Lab87.1674-38.500343.5768
CIE-Lab89.8508-37.859958.9959

#bdf36b color RGB value is (189,243,107).

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

The process color (four color CMYK) of #bdf36b color hex is 0.22, 0.00, 0.56, 0.05. Web safe color of #bdf36b is #ccff66. Color #bdf36b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110011 01101011
Octal 275 363 153
Decimal 189 243 107
Hex BD F3 6B

RGB Percentages of Color #bdf36b

%35.06
%45.08
%19.85

CMYK Percentages of Color #bdf36b

%22
%0
%56
%5

Triadic Colors of #bdf36b

#bdf36b #6bbdf3 #f36bbd

Analogous Colors of #bdf36b

#bdf36b #79f36b #f3e56b

Monochromatic Colors of #bdf36b

#bdf36b

Complementary Color

#bdf36b #a16bf3

#bdf36b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf36b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf36b Color CSS Codes

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

#bdf36b Text Font Color

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

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


#bdf36b Background Color

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

This div background color is #bdf36b


#bdf36b Border Color

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

This div border color is #bdf36b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf36b


Comments

No comments written yet.

Please login to write comment.