Color Hex Logo

#bde179 Color Hex

#BDE179
(189,225,121)
0 Favorites   0 Comments

Color spaces of #bde179

RGB 189225121
HSL0.220.630.68
HSV81°46°88°
CMYK 0.160.000.46   0.12
XYZ51.362766.049728.1309
Yxy66.04970.35290.4538
Hunter Lab81.2710-29.413436.3672
CIE-Lab85.0218-28.177346.7945

#bde179 color RGB value is (189,225,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100001 01111001
Octal 275 341 171
Decimal 189 225 121
Hex BD E1 79

RGB Percentages of Color #bde179

%35.33
%42.06
%22.62

CMYK Percentages of Color #bde179

%16
%0
%46
%12

Triadic Colors of #bde179

#bde179 #79bde1 #e179bd

Analogous Colors of #bde179

#bde179 #89e179 #e1d179

Monochromatic Colors of #bde179

#bde179

Complementary Color

#bde179 #9d79e1

#bde179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde179 Color CSS Codes

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

#bde179 Text Font Color

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

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


#bde179 Background Color

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

This div background color is #bde179


#bde179 Border Color

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

This div border color is #bde179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde179


Comments

No comments written yet.

Please login to write comment.