Color Hex Logo

#bde05e Color Hex

#BDE05E
(189,224,94)
0 Favorites   0 Comments

Color spaces of #bde05e

RGB 18922494
HSL0.210.680.62
HSV76°58°88°
CMYK 0.160.000.58   0.12
XYZ49.662364.938320.5065
Yxy64.93830.36760.4806
Hunter Lab80.5843-31.017041.3213
CIE-Lab84.4519-30.265958.5518

#bde05e color RGB value is (189,224,94).

#bde05e hex color red value is 189, green value is 224 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bde05e hue: 0.21 , saturation: 0.68 and the lightness value of bde05e is 0.62.

The process color (four color CMYK) of #bde05e color hex is 0.16, 0.00, 0.58, 0.12. Web safe color of #bde05e is #cccc66. Color #bde05e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100000 01011110
Octal 275 340 136
Decimal 189 224 94
Hex BD E0 5E

RGB Percentages of Color #bde05e

%37.28
%44.18
%18.54

CMYK Percentages of Color #bde05e

%16
%0
%58
%12

Triadic Colors of #bde05e

#bde05e #5ebde0 #e05ebd

Analogous Colors of #bde05e

#bde05e #7ce05e #e0c25e

Monochromatic Colors of #bde05e

#bde05e

Complementary Color

#bde05e #815ee0

#bde05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde05e Color CSS Codes

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

#bde05e Text Font Color

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

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


#bde05e Background Color

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

This div background color is #bde05e


#bde05e Border Color

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

This div border color is #bde05e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde05e


Comments

No comments written yet.

Please login to write comment.