Color Hex Logo

#bddf4b Color Hex

#BDDF4B
(189,223,75)
0 Favorites   0 Comments

Color spaces of #bddf4b

RGB 18922375
HSL0.200.700.58
HSV74°66°87°
CMYK 0.150.000.66   0.13
XYZ48.643964.102216.4658
Yxy64.10220.37650.4961
Hunter Lab80.0638-31.661643.8512
CIE-Lab84.0190-31.171465.8922

#bddf4b color RGB value is (189,223,75).

#bddf4b hex color red value is 189, green value is 223 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #bddf4b hue: 0.20 , saturation: 0.70 and the lightness value of bddf4b is 0.58.

The process color (four color CMYK) of #bddf4b color hex is 0.15, 0.00, 0.66, 0.13. Web safe color of #bddf4b is #cccc33. Color #bddf4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 01001011
Octal 275 337 113
Decimal 189 223 75
Hex BD DF 4B

RGB Percentages of Color #bddf4b

%38.81
%45.79
%15.40

CMYK Percentages of Color #bddf4b

%15
%0
%66
%13

Triadic Colors of #bddf4b

#bddf4b #4bbddf #df4bbd

Analogous Colors of #bddf4b

#bddf4b #73df4b #dfb74b

Monochromatic Colors of #bddf4b

#bddf4b

Complementary Color

#bddf4b #6d4bdf

#bddf4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddf4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddf4b Color CSS Codes

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

#bddf4b Text Font Color

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

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


#bddf4b Background Color

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

This div background color is #bddf4b


#bddf4b Border Color

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

This div border color is #bddf4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddf4b


Comments

No comments written yet.

Please login to write comment.