Color Hex Logo

#bde33d Color Hex

#BDE33D
(189,227,61)
0 Favorites   0 Comments

Color spaces of #bde33d

RGB 18922761
HSL0.200.750.56
HSV74°73°89°
CMYK 0.170.000.73   0.11
XYZ49.297766.093914.5740
Yxy66.09390.37930.5085
Hunter Lab81.2982-34.032746.2800
CIE-Lab85.0443-33.807171.9079

#bde33d color RGB value is (189,227,61).

#bde33d hex color red value is 189, green value is 227 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bde33d hue: 0.20 , saturation: 0.75 and the lightness value of bde33d is 0.56.

The process color (four color CMYK) of #bde33d color hex is 0.17, 0.00, 0.73, 0.11. Web safe color of #bde33d is #cccc33. Color #bde33d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100011 00111101
Octal 275 343 75
Decimal 189 227 61
Hex BD E3 3D

RGB Percentages of Color #bde33d

%39.62
%47.59
%12.79

CMYK Percentages of Color #bde33d

%17
%0
%73
%11

Triadic Colors of #bde33d

#bde33d #3dbde3 #e33dbd

Analogous Colors of #bde33d

#bde33d #6ae33d #e3b63d

Monochromatic Colors of #bde33d

#bde33d

Complementary Color

#bde33d #633de3

#bde33d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde33d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde33d Color CSS Codes

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

#bde33d Text Font Color

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

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


#bde33d Background Color

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

This div background color is #bde33d


#bde33d Border Color

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

This div border color is #bde33d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde33d


Comments

No comments written yet.

Please login to write comment.