Color Hex Logo

#bde073 Color Hex

#BDE073
(189,224,115)
0 Favorites   0 Comments

Color spaces of #bde073

RGB 189224115
HSL0.220.640.66
HSV79°49°88°
CMYK 0.160.000.49   0.12
XYZ50.736465.367926.1628
Yxy65.36790.35660.4595
Hunter Lab80.8504-29.473437.4093
CIE-Lab84.6730-28.336049.2358

#bde073 color RGB value is (189,224,115).

#bde073 hex color red value is 189, green value is 224 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bde073 hue: 0.22 , saturation: 0.64 and the lightness value of bde073 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100000 01110011
Octal 275 340 163
Decimal 189 224 115
Hex BD E0 73

RGB Percentages of Color #bde073

%35.80
%42.42
%21.78

CMYK Percentages of Color #bde073

%16
%0
%49
%12

Triadic Colors of #bde073

#bde073 #73bde0 #e073bd

Analogous Colors of #bde073

#bde073 #87e073 #e0cd73

Monochromatic Colors of #bde073

#bde073

Complementary Color

#bde073 #9673e0

#bde073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde073 Color CSS Codes

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

#bde073 Text Font Color

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

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


#bde073 Background Color

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

This div background color is #bde073


#bde073 Border Color

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

This div border color is #bde073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde073


Comments

No comments written yet.

Please login to write comment.