Color Hex Logo

#bddf2f Color Hex

#BDDF2F
(189,223,47)
0 Favorites   0 Comments

Color spaces of #bddf2f

RGB 18922347
HSL0.200.730.53
HSV72°79°87°
CMYK 0.150.000.79   0.13
XYZ47.887063.799412.4799
Yxy63.79940.38570.5138
Hunter Lab79.8745-32.764746.6485
CIE-Lab83.8612-32.576875.0236

#bddf2f color RGB value is (189,223,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 00101111
Octal 275 337 57
Decimal 189 223 47
Hex BD DF 2F

RGB Percentages of Color #bddf2f

%41.18
%48.58
%10.24

CMYK Percentages of Color #bddf2f

%15
%0
%79
%13

Triadic Colors of #bddf2f

#bddf2f #2fbddf #df2fbd

Analogous Colors of #bddf2f

#bddf2f #65df2f #dfa92f

Monochromatic Colors of #bddf2f

#bddf2f

Complementary Color

#bddf2f #512fdf

#bddf2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddf2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddf2f Color CSS Codes

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

#bddf2f Text Font Color

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

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


#bddf2f Background Color

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

This div background color is #bddf2f


#bddf2f Border Color

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

This div border color is #bddf2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddf2f


Comments

No comments written yet.

Please login to write comment.