Color Hex Logo

#bddf7b Color Hex

#BDDF7B
(189,223,123)
0 Favorites   0 Comments

Color spaces of #bddf7b

RGB 189223123
HSL0.220.610.68
HSV80°45°87°
CMYK 0.150.000.45   0.13
XYZ50.949165.024228.6045
Yxy65.02420.35240.4498
Hunter Lab80.6376-28.334435.4144
CIE-Lab84.4962-27.008145.1775

#bddf7b color RGB value is (189,223,123).

#bddf7b hex color red value is 189, green value is 223 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bddf7b hue: 0.22 , saturation: 0.61 and the lightness value of bddf7b is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 01111011
Octal 275 337 173
Decimal 189 223 123
Hex BD DF 7B

RGB Percentages of Color #bddf7b

%35.33
%41.68
%22.99

CMYK Percentages of Color #bddf7b

%15
%0
%45
%13

Triadic Colors of #bddf7b

#bddf7b #7bbddf #df7bbd

Analogous Colors of #bddf7b

#bddf7b #8bdf7b #dfcf7b

Monochromatic Colors of #bddf7b

#bddf7b

Complementary Color

#bddf7b #9d7bdf

#bddf7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddf7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddf7b Color CSS Codes

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

#bddf7b Text Font Color

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

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


#bddf7b Background Color

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

This div background color is #bddf7b


#bddf7b Border Color

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

This div border color is #bddf7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddf7b


Comments

No comments written yet.

Please login to write comment.