Color Hex Logo

#bde470 Color Hex

#BDE470
(189,228,112)
0 Favorites   0 Comments

Color spaces of #bde470

RGB 189228112
HSL0.220.680.67
HSV80°51°89°
CMYK 0.170.000.51   0.11
XYZ51.654367.475525.6308
Yxy67.47550.35680.4661
Hunter Lab82.1435-31.504939.0005
CIE-Lab85.7435-30.519051.9301

#bde470 color RGB value is (189,228,112).

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

The process color (four color CMYK) of #bde470 color hex is 0.17, 0.00, 0.51, 0.11. Web safe color of #bde470 is #cccc66. Color #bde470 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100100 01110000
Octal 275 344 160
Decimal 189 228 112
Hex BD E4 70

RGB Percentages of Color #bde470

%35.73
%43.10
%21.17

CMYK Percentages of Color #bde470

%17
%0
%51
%11

Triadic Colors of #bde470

#bde470 #70bde4 #e470bd

Analogous Colors of #bde470

#bde470 #83e470 #e4d170

Monochromatic Colors of #bde470

#bde470

Complementary Color

#bde470 #9770e4

#bde470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde470 Color CSS Codes

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

#bde470 Text Font Color

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

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


#bde470 Background Color

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

This div background color is #bde470


#bde470 Border Color

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

This div border color is #bde470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde470


Comments

No comments written yet.

Please login to write comment.