Color Hex Logo

#bde555 Color Hex

#BDE555
(189,229,85)
0 Favorites   0 Comments

Color spaces of #bde555

RGB 18922985
HSL0.210.730.62
HSV77°63°90°
CMYK 0.170.000.63   0.10
XYZ50.645367.513318.9564
Yxy67.51330.36940.4924
Hunter Lab82.1665-33.768543.8379
CIE-Lab85.7625-33.275263.7761

#bde555 color RGB value is (189,229,85).

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

The process color (four color CMYK) of #bde555 color hex is 0.17, 0.00, 0.63, 0.10. Web safe color of #bde555 is #cccc66. Color #bde555 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100101 01010101
Octal 275 345 125
Decimal 189 229 85
Hex BD E5 55

RGB Percentages of Color #bde555

%37.57
%45.53
%16.90

CMYK Percentages of Color #bde555

%17
%0
%63
%10

Triadic Colors of #bde555

#bde555 #55bde5 #e555bd

Analogous Colors of #bde555

#bde555 #75e555 #e5c555

Monochromatic Colors of #bde555

#bde555

Complementary Color

#bde555 #7d55e5

#bde555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde555 Color CSS Codes

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

#bde555 Text Font Color

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

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


#bde555 Background Color

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

This div background color is #bde555


#bde555 Border Color

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

This div border color is #bde555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde555


Comments

No comments written yet.

Please login to write comment.