Color Hex Logo

#bde69a Color Hex

#BDE69A
(189,230,154)
0 Favorites   0 Comments

Color spaces of #bde69a

RGB 189230154
HSL0.260.600.75
HSV92°33°90°
CMYK 0.180.000.33   0.10
XYZ55.115869.745541.1292
Yxy69.74550.33200.4202
Hunter Lab83.5138-28.346129.2603
CIE-Lab86.8719-26.464732.7903

#bde69a color RGB value is (189,230,154).

#bde69a hex color red value is 189, green value is 230 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bde69a hue: 0.26 , saturation: 0.60 and the lightness value of bde69a is 0.75.

The process color (four color CMYK) of #bde69a color hex is 0.18, 0.00, 0.33, 0.10. Web safe color of #bde69a is #ccff99. Color #bde69a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100110 10011010
Octal 275 346 232
Decimal 189 230 154
Hex BD E6 9A

RGB Percentages of Color #bde69a

%32.98
%40.14
%26.88

CMYK Percentages of Color #bde69a

%18
%0
%33
%10

Triadic Colors of #bde69a

#bde69a #9abde6 #e69abd

Analogous Colors of #bde69a

#bde69a #9ae69d #e3e69a

Monochromatic Colors of #bde69a

#bde69a

Complementary Color

#bde69a #c39ae6

#bde69a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde69a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde69a Color CSS Codes

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

#bde69a Text Font Color

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

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


#bde69a Background Color

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

This div background color is #bde69a


#bde69a Border Color

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

This div border color is #bde69a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde69a


Comments

No comments written yet.

Please login to write comment.