Color Hex Logo

#bde35b Color Hex

#BDE35B
(189,227,91)
0 Favorites   0 Comments

Color spaces of #bde35b

RGB 18922791
HSL0.210.710.62
HSV77°60°89°
CMYK 0.170.000.60   0.11
XYZ50.343766.512320.0823
Yxy66.51230.36760.4857
Hunter Lab81.5551-32.533942.4889
CIE-Lab85.2571-31.902860.7360

#bde35b color RGB value is (189,227,91).

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

The process color (four color CMYK) of #bde35b color hex is 0.17, 0.00, 0.60, 0.11. Web safe color of #bde35b is #cccc66. Color #bde35b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100011 01011011
Octal 275 343 133
Decimal 189 227 91
Hex BD E3 5B

RGB Percentages of Color #bde35b

%37.28
%44.77
%17.95

CMYK Percentages of Color #bde35b

%17
%0
%60
%11

Triadic Colors of #bde35b

#bde35b #5bbde3 #e35bbd

Analogous Colors of #bde35b

#bde35b #79e35b #e3c55b

Monochromatic Colors of #bde35b

#bde35b

Complementary Color

#bde35b #815be3

#bde35b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde35b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde35b Color CSS Codes

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

#bde35b Text Font Color

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

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


#bde35b Background Color

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

This div background color is #bde35b


#bde35b Border Color

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

This div border color is #bde35b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde35b


Comments

No comments written yet.

Please login to write comment.