Color Hex Logo

#bde76c Color Hex

#BDE76C
(189,231,108)
0 Favorites   0 Comments

Color spaces of #bde76c

RGB 189231108
HSL0.220.720.66
HSV80°53°91°
CMYK 0.180.000.53   0.09
XYZ52.269069.053424.7611
Yxy69.05340.35780.4727
Hunter Lab83.0984-33.145440.5020
CIE-Lab86.5305-32.299054.6999

#bde76c color RGB value is (189,231,108).

#bde76c hex color red value is 189, green value is 231 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #bde76c hue: 0.22 , saturation: 0.72 and the lightness value of bde76c is 0.66.

The process color (four color CMYK) of #bde76c color hex is 0.18, 0.00, 0.53, 0.09. Web safe color of #bde76c is #ccff66. Color #bde76c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100111 01101100
Octal 275 347 154
Decimal 189 231 108
Hex BD E7 6C

RGB Percentages of Color #bde76c

%35.80
%43.75
%20.45

CMYK Percentages of Color #bde76c

%18
%0
%53
%9

Triadic Colors of #bde76c

#bde76c #6cbde7 #e76cbd

Analogous Colors of #bde76c

#bde76c #80e76c #e7d46c

Monochromatic Colors of #bde76c

#bde76c

Complementary Color

#bde76c #966ce7

#bde76c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde76c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde76c Color CSS Codes

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

#bde76c Text Font Color

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

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


#bde76c Background Color

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

This div background color is #bde76c


#bde76c Border Color

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

This div border color is #bde76c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde76c


Comments

No comments written yet.

Please login to write comment.