Color Hex Logo

#bde575 Color Hex

#BDE575
(189,229,117)
0 Favorites   0 Comments

Color spaces of #bde575

RGB 189229117
HSL0.230.680.68
HSV81°49°90°
CMYK 0.170.000.49   0.10
XYZ52.216568.141827.2302
Yxy68.14180.35380.4617
Hunter Lab82.5480-31.547338.2256
CIE-Lab86.0773-30.482849.9887

#bde575 color RGB value is (189,229,117).

#bde575 hex color red value is 189, green value is 229 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bde575 hue: 0.23 , saturation: 0.68 and the lightness value of bde575 is 0.68.

The process color (four color CMYK) of #bde575 color hex is 0.17, 0.00, 0.49, 0.10. Web safe color of #bde575 is #cccc66. Color #bde575 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100101 01110101
Octal 275 345 165
Decimal 189 229 117
Hex BD E5 75

RGB Percentages of Color #bde575

%35.33
%42.80
%21.87

CMYK Percentages of Color #bde575

%17
%0
%49
%10

Triadic Colors of #bde575

#bde575 #75bde5 #e575bd

Analogous Colors of #bde575

#bde575 #85e575 #e5d575

Monochromatic Colors of #bde575

#bde575

Complementary Color

#bde575 #9d75e5

#bde575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde575 Color CSS Codes

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

#bde575 Text Font Color

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

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


#bde575 Background Color

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

This div background color is #bde575


#bde575 Border Color

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

This div border color is #bde575


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde575


Comments

No comments written yet.

Please login to write comment.