Color Hex Logo

#bde542 Color Hex

#BDE542
(189,229,66)
0 Favorites   0 Comments

Color spaces of #bde542

RGB 18922966
HSL0.210.760.58
HSV75°71°90°
CMYK 0.170.000.71   0.10
XYZ49.988967.250815.5003
Yxy67.25080.37660.5066
Hunter Lab82.0066-34.703046.1980
CIE-Lab85.6304-34.464870.7954

#bde542 color RGB value is (189,229,66).

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

The process color (four color CMYK) of #bde542 color hex is 0.17, 0.00, 0.71, 0.10. Web safe color of #bde542 is #cccc33. Color #bde542 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100101 01000010
Octal 275 345 102
Decimal 189 229 66
Hex BD E5 42

RGB Percentages of Color #bde542

%39.05
%47.31
%13.64

CMYK Percentages of Color #bde542

%17
%0
%71
%10

Triadic Colors of #bde542

#bde542 #42bde5 #e542bd

Analogous Colors of #bde542

#bde542 #6ce542 #e5bc42

Monochromatic Colors of #bde542

#bde542

Complementary Color

#bde542 #6a42e5

#bde542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde542 Color CSS Codes

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

#bde542 Text Font Color

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

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


#bde542 Background Color

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

This div background color is #bde542


#bde542 Border Color

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

This div border color is #bde542


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde542


Comments

No comments written yet.

Please login to write comment.