Color Hex Logo

#bde210 Color Hex

#BDE210
(189,226,16)
0 Favorites   0 Comments

Color spaces of #bde210

RGB 18922616
HSL0.200.870.47
HSV71°93°89°
CMYK 0.160.000.93   0.11
XYZ48.276165.248910.5401
Yxy65.24890.38910.5259
Hunter Lab80.7768-34.679248.8073
CIE-Lab84.6118-34.737581.6372

#bde210 color RGB value is (189,226,16).

#bde210 hex color red value is 189, green value is 226 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #bde210 hue: 0.20 , saturation: 0.87 and the lightness value of bde210 is 0.47.

The process color (four color CMYK) of #bde210 color hex is 0.16, 0.00, 0.93, 0.11. Web safe color of #bde210 is #cccc00. Color #bde210 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100010 00010000
Octal 275 342 20
Decimal 189 226 16
Hex BD E2 10

RGB Percentages of Color #bde210

%43.85
%52.44
%3.71

CMYK Percentages of Color #bde210

%16
%0
%93
%11

Triadic Colors of #bde210

#bde210 #10bde2 #e210bd

Analogous Colors of #bde210

#bde210 #54e210 #e29e10

Monochromatic Colors of #bde210

#bde210

Complementary Color

#bde210 #3510e2

#bde210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde210 Color CSS Codes

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

#bde210 Text Font Color

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

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


#bde210 Background Color

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

This div background color is #bde210


#bde210 Border Color

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

This div border color is #bde210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde210


Comments

No comments written yet.

Please login to write comment.