Color Hex Logo

#bde165 Color Hex

#BDE165
(189,225,101)
0 Favorites   0 Comments

Color spaces of #bde165

RGB 189225101
HSL0.220.670.64
HSV77°55°88°
CMYK 0.160.000.55   0.12
XYZ50.260465.608822.3267
Yxy65.60880.36370.4748
Hunter Lab80.9993-30.988740.3567
CIE-Lab84.7965-30.140855.8496

#bde165 color RGB value is (189,225,101).

#bde165 hex color red value is 189, green value is 225 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #bde165 hue: 0.22 , saturation: 0.67 and the lightness value of bde165 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100001 01100101
Octal 275 341 145
Decimal 189 225 101
Hex BD E1 65

RGB Percentages of Color #bde165

%36.70
%43.69
%19.61

CMYK Percentages of Color #bde165

%16
%0
%55
%12

Triadic Colors of #bde165

#bde165 #65bde1 #e165bd

Analogous Colors of #bde165

#bde165 #7fe165 #e1c765

Monochromatic Colors of #bde165

#bde165

Complementary Color

#bde165 #8965e1

#bde165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde165 Color CSS Codes

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

#bde165 Text Font Color

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

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


#bde165 Background Color

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

This div background color is #bde165


#bde165 Border Color

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

This div border color is #bde165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde165


Comments

No comments written yet.

Please login to write comment.