Color Hex Logo

#bddf0d Color Hex

#BDDF0D
(189,223,13)
0 Favorites   0 Comments

Color spaces of #bddf0d

RGB 18922313
HSL0.190.890.46
HSV70°94°87°
CMYK 0.150.000.94   0.13
XYZ47.446663.623210.1606
Yxy63.62320.39140.5248
Hunter Lab79.7642-33.409048.2824
CIE-Lab83.7692-33.403681.3000

#bddf0d color RGB value is (189,223,13).

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

The process color (four color CMYK) of #bddf0d color hex is 0.15, 0.00, 0.94, 0.13. Web safe color of #bddf0d is #cccc00. Color #bddf0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 00001101
Octal 275 337 15
Decimal 189 223 13
Hex BD DF D

RGB Percentages of Color #bddf0d

%44.47
%52.47
%3.06

CMYK Percentages of Color #bddf0d

%15
%0
%94
%13

Triadic Colors of #bddf0d

#bddf0d #0dbddf #df0dbd

Analogous Colors of #bddf0d

#bddf0d #54df0d #df980d

Monochromatic Colors of #bddf0d

#bddf0d

Complementary Color

#bddf0d #2f0ddf

#bddf0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddf0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddf0d Color CSS Codes

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

#bddf0d Text Font Color

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

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


#bddf0d Background Color

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

This div background color is #bddf0d


#bddf0d Border Color

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

This div border color is #bddf0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddf0d


Comments

No comments written yet.

Please login to write comment.