color codes Logo

#bddb0f color codes

#BDDB0F
(189,219,15)
0 Favorites   0 Comments

Color spaces of #bddb0f

RGB 18921915
HSL0.190.870.46
HSV69°93°86°
CMYK 0.140.000.93   0.14
XYZ46.404061.51639.8800
Yxy61.51630.39390.5222
Hunter Lab78.4323-31.648247.4340
CIE-Lab82.6555-31.530080.2228

#bddb0f color RGB value is (189,219,15).

#bddb0f hex color red value is 189, green value is 219 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bddb0f hue: 0.19 , saturation: 0.87 and the lightness value of bddb0f is 0.46.

The process color (four color CMYK) of #bddb0f color code is 0.14, 0.00, 0.93, 0.14. Web safe color of #bddb0f is #cccc00. Color #bddb0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 00001111
Octal 275 333 17
Decimal 189 219 15
Hex BD DB F

RGB Percentages of Color #bddb0f

%44.68
%51.77
%3.55

CMYK Percentages of Color #bddb0f

%14
%0
%93
%14

Triadic Colors of #bddb0f

#bddb0f #0fbddb #db0fbd

Analogous Colors of #bddb0f

#bddb0f #57db0f #db930f

Monochromatic Colors of #bddb0f

#bddb0f

Complementary Color

#bddb0f #2d0fdb

#bddb0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddb0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddb0f Color CSS Codes

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

#bddb0f Text Font Color

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

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


#bddb0f Background Color

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

This div background color is #bddb0f


#bddb0f Border Color

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

This div border color is #bddb0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddb0f


Comments

No comments written yet.

Please login to write comment.