Color Hex Logo

#bde098 Color Hex

#BDE098
(189,224,152)
0 Favorites   0 Comments

Color spaces of #bde098

RGB 189224152
HSL0.250.540.74
HSV89°32°88°
CMYK 0.160.000.32   0.12
XYZ53.309466.397139.7120
Yxy66.39710.33440.4165
Hunter Lab81.4844-25.818028.1437
CIE-Lab85.1986-23.857931.5852

#bde098 color RGB value is (189,224,152).

#bde098 hex color red value is 189, green value is 224 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #bde098 hue: 0.25 , saturation: 0.54 and the lightness value of bde098 is 0.74.

The process color (four color CMYK) of #bde098 color hex is 0.16, 0.00, 0.32, 0.12. Web safe color of #bde098 is #cccc99. Color #bde098 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100000 10011000
Octal 275 340 230
Decimal 189 224 152
Hex BD E0 98

RGB Percentages of Color #bde098

%33.45
%39.65
%26.90

CMYK Percentages of Color #bde098

%16
%0
%32
%12

Triadic Colors of #bde098

#bde098 #98bde0 #e098bd

Analogous Colors of #bde098

#bde098 #99e098 #e0df98

Monochromatic Colors of #bde098

#bde098

Complementary Color

#bde098 #bb98e0

#bde098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde098 Color CSS Codes

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

#bde098 Text Font Color

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

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


#bde098 Background Color

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

This div background color is #bde098


#bde098 Border Color

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

This div border color is #bde098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde098


Comments

No comments written yet.

Please login to write comment.