Color Hex Logo

#bae875 Color Hex

#BAE875
(186,232,117)
0 Favorites   0 Comments

Color spaces of #bae875

RGB 186232117
HSL0.230.710.68
HSV84°50°91°
CMYK 0.200.000.50   0.09
XYZ52.317269.436727.4748
Yxy69.43670.35060.4653
Hunter Lab83.3287-33.755538.7812
CIE-Lab86.7198-32.989350.7203

#bae875 color RGB value is (186,232,117).

#bae875 hex color red value is 186, green value is 232 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bae875 hue: 0.23 , saturation: 0.71 and the lightness value of bae875 is 0.68.

The process color (four color CMYK) of #bae875 color hex is 0.20, 0.00, 0.50, 0.09. Web safe color of #bae875 is #ccff66. Color #bae875 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101000 01110101
Octal 272 350 165
Decimal 186 232 117
Hex BA E8 75

RGB Percentages of Color #bae875

%34.77
%43.36
%21.87

CMYK Percentages of Color #bae875

%20
%0
%50
%9

Triadic Colors of #bae875

#bae875 #75bae8 #e875ba

Analogous Colors of #bae875

#bae875 #81e875 #e8dd75

Monochromatic Colors of #bae875

#bae875

Complementary Color

#bae875 #a375e8

#bae875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae875 Color CSS Codes

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

#bae875 Text Font Color

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

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


#bae875 Background Color

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

This div background color is #bae875


#bae875 Border Color

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

This div border color is #bae875


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae875


Comments

No comments written yet.

Please login to write comment.