Color Hex Logo

#bae554 Color Hex

#BAE554
(186,229,84)
0 Favorites   0 Comments

Color spaces of #bae554

RGB 18622984
HSL0.220.740.61
HSV78°63°90°
CMYK 0.190.000.63   0.10
XYZ49.869267.117818.7142
Yxy67.11780.36750.4946
Hunter Lab81.9255-34.714043.8042
CIE-Lab85.5634-34.498263.9104

#bae554 color RGB value is (186,229,84).

#bae554 hex color red value is 186, green value is 229 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #bae554 hue: 0.22 , saturation: 0.74 and the lightness value of bae554 is 0.61.

The process color (four color CMYK) of #bae554 color hex is 0.19, 0.00, 0.63, 0.10. Web safe color of #bae554 is #cccc66. Color #bae554 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100101 01010100
Octal 272 345 124
Decimal 186 229 84
Hex BA E5 54

RGB Percentages of Color #bae554

%37.27
%45.89
%16.83

CMYK Percentages of Color #bae554

%19
%0
%63
%10

Triadic Colors of #bae554

#bae554 #54bae5 #e554ba

Analogous Colors of #bae554

#bae554 #72e554 #e5c854

Monochromatic Colors of #bae554

#bae554

Complementary Color

#bae554 #7f54e5

#bae554 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae554 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae554 Color CSS Codes

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

#bae554 Text Font Color

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

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


#bae554 Background Color

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

This div background color is #bae554


#bae554 Border Color

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

This div border color is #bae554


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae554


Comments

No comments written yet.

Please login to write comment.