Color Hex Logo

#bdd778 Color Hex

#BDD778
(189,215,120)
0 Favorites   0 Comments

Color spaces of #bdd778

RGB 189215120
HSL0.210.540.66
HSV76°44°84°
CMYK 0.120.000.44   0.16
XYZ48.676960.775826.9347
Yxy60.77580.35690.4456
Hunter Lab77.9588-24.973934.0865
CIE-Lab82.2581-23.491043.8612

#bdd778 color RGB value is (189,215,120).

#bdd778 hex color red value is 189, green value is 215 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #bdd778 hue: 0.21 , saturation: 0.54 and the lightness value of bdd778 is 0.66.

The process color (four color CMYK) of #bdd778 color hex is 0.12, 0.00, 0.44, 0.16. Web safe color of #bdd778 is #cccc66. Color #bdd778 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010111 01111000
Octal 275 327 170
Decimal 189 215 120
Hex BD D7 78

RGB Percentages of Color #bdd778

%36.07
%41.03
%22.90

CMYK Percentages of Color #bdd778

%12
%0
%44
%16

Triadic Colors of #bdd778

#bdd778 #78bdd7 #d778bd

Analogous Colors of #bdd778

#bdd778 #8ed778 #d7c278

Monochromatic Colors of #bdd778

#bdd778

Complementary Color

#bdd778 #9278d7

#bdd778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd778 Color CSS Codes

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

#bdd778 Text Font Color

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

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


#bdd778 Background Color

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

This div background color is #bdd778


#bdd778 Border Color

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

This div border color is #bdd778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd778


Comments

No comments written yet.

Please login to write comment.