Color Hex Logo

#bddf5e Color Hex

#BDDF5E
(189,223,94)
0 Favorites   0 Comments

Color spaces of #bddf5e

RGB 18922394
HSL0.210.670.62
HSV76°58°87°
CMYK 0.150.000.58   0.13
XYZ49.394364.402320.4172
Yxy64.40230.36800.4798
Hunter Lab80.2510-30.573141.0914
CIE-Lab84.1748-29.797158.2407

#bddf5e color RGB value is (189,223,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 01011110
Octal 275 337 136
Decimal 189 223 94
Hex BD DF 5E

RGB Percentages of Color #bddf5e

%37.35
%44.07
%18.58

CMYK Percentages of Color #bddf5e

%15
%0
%58
%13

Triadic Colors of #bddf5e

#bddf5e #5ebddf #df5ebd

Analogous Colors of #bddf5e

#bddf5e #7ddf5e #dfc15e

Monochromatic Colors of #bddf5e

#bddf5e

Complementary Color

#bddf5e #805edf

#bddf5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddf5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddf5e Color CSS Codes

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

#bddf5e Text Font Color

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

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


#bddf5e Background Color

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

This div background color is #bddf5e


#bddf5e Border Color

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

This div border color is #bddf5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddf5e


Comments

No comments written yet.

Please login to write comment.