Color Hex Logo

#bde305 Color Hex

#BDE305
(189,227,5)
0 Favorites   0 Comments

Color spaces of #bde305

RGB 1892275
HSL0.200.960.45
HSV70°98°89°
CMYK 0.170.000.98   0.11
XYZ48.482765.767910.2828
Yxy65.76790.38930.5281
Hunter Lab81.0974-35.207349.2505
CIE-Lab84.8779-35.316082.8493

#bde305 color RGB value is (189,227,5).

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

The process color (four color CMYK) of #bde305 color hex is 0.17, 0.00, 0.98, 0.11. Web safe color of #bde305 is #cccc00. Color #bde305 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100011 00000101
Octal 275 343 5
Decimal 189 227 5
Hex BD E3 5

RGB Percentages of Color #bde305

%44.89
%53.92
%1.19

CMYK Percentages of Color #bde305

%17
%0
%98
%11

Triadic Colors of #bde305

#bde305 #05bde3 #e305bd

Analogous Colors of #bde305

#bde305 #4ee305 #e39a05

Monochromatic Colors of #bde305

#bde305

Complementary Color

#bde305 #2b05e3

#bde305 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde305 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde305 Color CSS Codes

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

#bde305 Text Font Color

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

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


#bde305 Background Color

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

This div background color is #bde305


#bde305 Border Color

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

This div border color is #bde305


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde305


Comments

No comments written yet.

Please login to write comment.