Color Hex Logo

#bddf3f Color Hex

#BDDF3F
(189,223,63)
0 Favorites   0 Comments

Color spaces of #bddf3f

RGB 18922363
HSL0.200.710.56
HSV73°72°87°
CMYK 0.150.000.72   0.13
XYZ48.271163.953114.5026
Yxy63.95310.38090.5047
Hunter Lab79.9707-32.204345.2273
CIE-Lab83.9413-31.861270.1736

#bddf3f color RGB value is (189,223,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 00111111
Octal 275 337 77
Decimal 189 223 63
Hex BD DF 3F

RGB Percentages of Color #bddf3f

%39.79
%46.95
%13.26

CMYK Percentages of Color #bddf3f

%15
%0
%72
%13

Triadic Colors of #bddf3f

#bddf3f #3fbddf #df3fbd

Analogous Colors of #bddf3f

#bddf3f #6ddf3f #dfb13f

Monochromatic Colors of #bddf3f

#bddf3f

Complementary Color

#bddf3f #613fdf

#bddf3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddf3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddf3f Color CSS Codes

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

#bddf3f Text Font Color

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

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


#bddf3f Background Color

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

This div background color is #bddf3f


#bddf3f Border Color

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

This div border color is #bddf3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddf3f


Comments

No comments written yet.

Please login to write comment.