Color Hex Logo

#bde345 Color Hex

#BDE345
(189,227,69)
0 Favorites   0 Comments

Color spaces of #bde345

RGB 18922769
HSL0.210.740.58
HSV74°70°89°
CMYK 0.170.000.70   0.11
XYZ49.529566.186715.7950
Yxy66.18670.37660.5033
Hunter Lab81.3552-33.699845.4376
CIE-Lab85.0916-33.382269.2086

#bde345 color RGB value is (189,227,69).

#bde345 hex color red value is 189, green value is 227 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #bde345 hue: 0.21 , saturation: 0.74 and the lightness value of bde345 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100011 01000101
Octal 275 343 105
Decimal 189 227 69
Hex BD E3 45

RGB Percentages of Color #bde345

%38.97
%46.80
%14.23

CMYK Percentages of Color #bde345

%17
%0
%70
%11

Triadic Colors of #bde345

#bde345 #45bde3 #e345bd

Analogous Colors of #bde345

#bde345 #6ee345 #e3ba45

Monochromatic Colors of #bde345

#bde345

Complementary Color

#bde345 #6b45e3

#bde345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde345 Color CSS Codes

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

#bde345 Text Font Color

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

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


#bde345 Background Color

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

This div background color is #bde345


#bde345 Border Color

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

This div border color is #bde345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde345


Comments

No comments written yet.

Please login to write comment.