Color Hex Logo

#bde21d Color Hex

#BDE21D
(189,226,29)
0 Favorites   0 Comments

Color spaces of #bde21d

RGB 18922629
HSL0.200.770.50
HSV71°87°89°
CMYK 0.160.000.87   0.11
XYZ48.404465.300211.2154
Yxy65.30020.38750.5227
Hunter Lab80.8085-34.493348.3371
CIE-Lab84.6382-34.498079.7619

#bde21d color RGB value is (189,226,29).

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

The process color (four color CMYK) of #bde21d color hex is 0.16, 0.00, 0.87, 0.11. Web safe color of #bde21d is #cccc33. Color #bde21d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100010 00011101
Octal 275 342 35
Decimal 189 226 29
Hex BD E2 1D

RGB Percentages of Color #bde21d

%42.57
%50.90
%6.53

CMYK Percentages of Color #bde21d

%16
%0
%87
%11

Triadic Colors of #bde21d

#bde21d #1dbde2 #e21dbd

Analogous Colors of #bde21d

#bde21d #5be21d #e2a51d

Monochromatic Colors of #bde21d

#bde21d

Complementary Color

#bde21d #421de2

#bde21d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde21d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde21d Color CSS Codes

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

#bde21d Text Font Color

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

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


#bde21d Background Color

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

This div background color is #bde21d


#bde21d Border Color

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

This div border color is #bde21d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde21d


Comments

No comments written yet.

Please login to write comment.