Color Hex Logo

#bddc5f Color Hex

#BDDC5F
(189,220,95)
0 Favorites   0 Comments

Color spaces of #bddc5f

RGB 18922095
HSL0.210.640.62
HSV75°57°86°
CMYK 0.140.000.57   0.14
XYZ48.645062.831420.3903
Yxy62.83140.36890.4765
Hunter Lab79.2663-29.172140.2347
CIE-Lab83.3536-28.300556.8751

#bddc5f color RGB value is (189,220,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 01011111
Octal 275 334 137
Decimal 189 220 95
Hex BD DC 5F

RGB Percentages of Color #bddc5f

%37.50
%43.65
%18.85

CMYK Percentages of Color #bddc5f

%14
%0
%57
%14

Triadic Colors of #bddc5f

#bddc5f #5fbddc #dc5fbd

Analogous Colors of #bddc5f

#bddc5f #7fdc5f #dcbd5f

Monochromatic Colors of #bddc5f

#bddc5f

Complementary Color

#bddc5f #7e5fdc

#bddc5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddc5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddc5f Color CSS Codes

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

#bddc5f Text Font Color

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

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


#bddc5f Background Color

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

This div background color is #bddc5f


#bddc5f Border Color

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

This div border color is #bddc5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddc5f


Comments

No comments written yet.

Please login to write comment.