Color Hex Logo

#bddd5d Color Hex

#BDDD5D
(189,221,93)
0 Favorites   0 Comments

Color spaces of #bddd5d

RGB 18922193
HSL0.210.650.62
HSV75°58°87°
CMYK 0.140.000.58   0.13
XYZ48.818563.322020.0053
Yxy63.32200.36940.4792
Hunter Lab79.5751-29.748640.7970
CIE-Lab83.6115-28.937358.0445

#bddd5d color RGB value is (189,221,93).

#bddd5d hex color red value is 189, green value is 221 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bddd5d hue: 0.21 , saturation: 0.65 and the lightness value of bddd5d is 0.62.

The process color (four color CMYK) of #bddd5d color hex is 0.14, 0.00, 0.58, 0.13. Web safe color of #bddd5d is #cccc66. Color #bddd5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 01011101
Octal 275 335 135
Decimal 189 221 93
Hex BD DD 5D

RGB Percentages of Color #bddd5d

%37.57
%43.94
%18.49

CMYK Percentages of Color #bddd5d

%14
%0
%58
%13

Triadic Colors of #bddd5d

#bddd5d #5dbddd #dd5dbd

Analogous Colors of #bddd5d

#bddd5d #7ddd5d #ddbd5d

Monochromatic Colors of #bddd5d

#bddd5d

Complementary Color

#bddd5d #7d5ddd

#bddd5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddd5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddd5d Color CSS Codes

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

#bddd5d Text Font Color

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

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


#bddd5d Background Color

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

This div background color is #bddd5d


#bddd5d Border Color

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

This div border color is #bddd5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddd5d

#bddd5d Color Palettes


Comments

No comments written yet.

Please login to write comment.