Color Hex Logo

#bde676 Color Hex

#BDE676
(189,230,118)
0 Favorites   0 Comments

Color spaces of #bde676

RGB 189230118
HSL0.230.690.68
HSV82°49°90°
CMYK 0.180.000.49   0.10
XYZ52.553168.720527.6341
Yxy68.72050.35290.4615
Hunter Lab82.8978-31.911138.2641
CIE-Lab86.3655-30.846849.8655

#bde676 color RGB value is (189,230,118).

#bde676 hex color red value is 189, green value is 230 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #bde676 hue: 0.23 , saturation: 0.69 and the lightness value of bde676 is 0.68.

The process color (four color CMYK) of #bde676 color hex is 0.18, 0.00, 0.49, 0.10. Web safe color of #bde676 is #ccff66. Color #bde676 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100110 01110110
Octal 275 346 166
Decimal 189 230 118
Hex BD E6 76

RGB Percentages of Color #bde676

%35.20
%42.83
%21.97

CMYK Percentages of Color #bde676

%18
%0
%49
%10

Triadic Colors of #bde676

#bde676 #76bde6 #e676bd

Analogous Colors of #bde676

#bde676 #85e676 #e6d776

Monochromatic Colors of #bde676

#bde676

Complementary Color

#bde676 #9f76e6

#bde676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde676 Color CSS Codes

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

#bde676 Text Font Color

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

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


#bde676 Background Color

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

This div background color is #bde676


#bde676 Border Color

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

This div border color is #bde676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde676


Comments

No comments written yet.

Please login to write comment.