Color Hex Logo

#bde452 Color Hex

#BDE452
(189,228,82)
0 Favorites   0 Comments

Color spaces of #bde452

RGB 18922882
HSL0.210.730.61
HSV76°64°89°
CMYK 0.170.000.64   0.11
XYZ50.252766.914818.2499
Yxy66.91480.37110.4941
Hunter Lab81.8015-33.495544.0334
CIE-Lab85.4609-33.025364.6610

#bde452 color RGB value is (189,228,82).

#bde452 hex color red value is 189, green value is 228 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #bde452 hue: 0.21 , saturation: 0.73 and the lightness value of bde452 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100100 01010010
Octal 275 344 122
Decimal 189 228 82
Hex BD E4 52

RGB Percentages of Color #bde452

%37.88
%45.69
%16.43

CMYK Percentages of Color #bde452

%17
%0
%64
%11

Triadic Colors of #bde452

#bde452 #52bde4 #e452bd

Analogous Colors of #bde452

#bde452 #74e452 #e4c252

Monochromatic Colors of #bde452

#bde452

Complementary Color

#bde452 #7952e4

#bde452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde452 Color CSS Codes

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

#bde452 Text Font Color

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

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


#bde452 Background Color

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

This div background color is #bde452


#bde452 Border Color

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

This div border color is #bde452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde452


Comments

No comments written yet.

Please login to write comment.