Color Hex Logo

#bae098 Color Hex

#BAE098
(186,224,152)
0 Favorites   0 Comments

Color spaces of #bae098

RGB 186224152
HSL0.250.540.74
HSV92°32°88°
CMYK 0.170.000.32   0.12
XYZ52.572966.017439.6775
Yxy66.01740.33220.4171
Hunter Lab81.2511-26.692327.9226
CIE-Lab85.0053-24.932531.2934

#bae098 color RGB value is (186,224,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100000 10011000
Octal 272 340 230
Decimal 186 224 152
Hex BA E0 98

RGB Percentages of Color #bae098

%33.10
%39.86
%27.05

CMYK Percentages of Color #bae098

%17
%0
%32
%12

Triadic Colors of #bae098

#bae098 #98bae0 #e098ba

Analogous Colors of #bae098

#bae098 #98e09a #dee098

Monochromatic Colors of #bae098

#bae098

Complementary Color

#bae098 #be98e0

#bae098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae098 Color CSS Codes

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

#bae098 Text Font Color

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

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


#bae098 Background Color

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

This div background color is #bae098


#bae098 Border Color

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

This div border color is #bae098


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,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 #bae098">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae098


Comments

No comments written yet.

Please login to write comment.