Color Hex Logo

#bde453 Color Hex

#BDE453
(189,228,83)
0 Favorites   0 Comments

Color spaces of #bde453

RGB 18922883
HSL0.210.730.61
HSV76°64°89°
CMYK 0.170.000.64   0.11
XYZ50.291066.930218.4518
Yxy66.93020.37070.4933
Hunter Lab81.8109-33.441043.8952
CIE-Lab85.4687-32.956264.2693

#bde453 color RGB value is (189,228,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100100 01010011
Octal 275 344 123
Decimal 189 228 83
Hex BD E4 53

RGB Percentages of Color #bde453

%37.80
%45.60
%16.60

CMYK Percentages of Color #bde453

%17
%0
%64
%11

Triadic Colors of #bde453

#bde453 #53bde4 #e453bd

Analogous Colors of #bde453

#bde453 #75e453 #e4c353

Monochromatic Colors of #bde453

#bde453

Complementary Color

#bde453 #7a53e4

#bde453 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde453 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde453 Color CSS Codes

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

#bde453 Text Font Color

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

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


#bde453 Background Color

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

This div background color is #bde453


#bde453 Border Color

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

This div border color is #bde453


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde453


Comments

No comments written yet.

Please login to write comment.