Color Hex Logo

#bae290 Color Hex

#BAE290
(186,226,144)
0 Favorites   0 Comments

Color spaces of #bae290

RGB 186226144
HSL0.250.590.73
HSV89°36°89°
CMYK 0.180.000.36   0.11
XYZ52.480166.845436.5220
Yxy66.84540.33670.4289
Hunter Lab81.7590-28.501430.7463
CIE-Lab85.4258-26.986835.9105

#bae290 color RGB value is (186,226,144).

#bae290 hex color red value is 186, green value is 226 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bae290 hue: 0.25 , saturation: 0.59 and the lightness value of bae290 is 0.73.

The process color (four color CMYK) of #bae290 color hex is 0.18, 0.00, 0.36, 0.11. Web safe color of #bae290 is #cccc99. Color #bae290 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100010 10010000
Octal 272 342 220
Decimal 186 226 144
Hex BA E2 90

RGB Percentages of Color #bae290

%33.45
%40.65
%25.90

CMYK Percentages of Color #bae290

%18
%0
%36
%11

Triadic Colors of #bae290

#bae290 #90bae2 #e290ba

Analogous Colors of #bae290

#bae290 #91e290 #e2e190

Monochromatic Colors of #bae290

#bae290

Complementary Color

#bae290 #b890e2

#bae290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae290 Color CSS Codes

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

#bae290 Text Font Color

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

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


#bae290 Background Color

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

This div background color is #bae290


#bae290 Border Color

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

This div border color is #bae290


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,226,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae290


Comments

No comments written yet.

Please login to write comment.