Color Hex Logo

#bdf34b Color Hex

#BDF34B
(189,243,75)
0 Favorites   0 Comments

Color spaces of #bdf34b

RGB 18924375
HSL0.220.880.62
HSV79°69°95°
CMYK 0.220.000.69   0.05
XYZ54.306975.428018.3534
Yxy75.42800.36670.5093
Hunter Lab86.8493-40.370148.2651
CIE-Lab89.5931-40.243871.5774

#bdf34b color RGB value is (189,243,75).

#bdf34b hex color red value is 189, green value is 243 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #bdf34b hue: 0.22 , saturation: 0.88 and the lightness value of bdf34b is 0.62.

The process color (four color CMYK) of #bdf34b color hex is 0.22, 0.00, 0.69, 0.05. Web safe color of #bdf34b is #ccff33. Color #bdf34b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110011 01001011
Octal 275 363 113
Decimal 189 243 75
Hex BD F3 4B

RGB Percentages of Color #bdf34b

%37.28
%47.93
%14.79

CMYK Percentages of Color #bdf34b

%22
%0
%69
%5

Triadic Colors of #bdf34b

#bdf34b #4bbdf3 #f34bbd

Analogous Colors of #bdf34b

#bdf34b #69f34b #f3d54b

Monochromatic Colors of #bdf34b

#bdf34b

Complementary Color

#bdf34b #814bf3

#bdf34b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf34b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf34b Color CSS Codes

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

#bdf34b Text Font Color

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

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


#bdf34b Background Color

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

This div background color is #bdf34b


#bdf34b Border Color

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

This div border color is #bdf34b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf34b


Comments

No comments written yet.

Please login to write comment.