Color Hex Logo

#bde155 Color Hex

#BDE155
(189,225,85)
0 Favorites   0 Comments

Color spaces of #bde155

RGB 18922585
HSL0.210.700.61
HSV75°62°88°
CMYK 0.160.000.62   0.12
XYZ49.551265.325118.5917
Yxy65.32510.37130.4894
Hunter Lab80.8239-32.007942.9385
CIE-Lab84.6510-31.424462.5805

#bde155 color RGB value is (189,225,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100001 01010101
Octal 275 341 125
Decimal 189 225 85
Hex BD E1 55

RGB Percentages of Color #bde155

%37.88
%45.09
%17.03

CMYK Percentages of Color #bde155

%16
%0
%62
%12

Triadic Colors of #bde155

#bde155 #55bde1 #e155bd

Analogous Colors of #bde155

#bde155 #77e155 #e1bf55

Monochromatic Colors of #bde155

#bde155

Complementary Color

#bde155 #7955e1

#bde155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde155 Color CSS Codes

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

#bde155 Text Font Color

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

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


#bde155 Background Color

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

This div background color is #bde155


#bde155 Border Color

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

This div border color is #bde155


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,225,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 #bde155">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde155


Comments

No comments written yet.

Please login to write comment.