Color Hex Logo

#bae635 Color Hex

#BAE635
(186,230,53)
0 Favorites   0 Comments

Color spaces of #bae635

RGB 18623053
HSL0.210.780.55
HSV75°77°90°
CMYK 0.190.000.77   0.10
XYZ49.189167.289813.7638
Yxy67.28980.37770.5166
Hunter Lab82.0304-36.516547.4730
CIE-Lab85.6501-36.713574.8844

#bae635 color RGB value is (186,230,53).

#bae635 hex color red value is 186, green value is 230 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #bae635 hue: 0.21 , saturation: 0.78 and the lightness value of bae635 is 0.55.

The process color (four color CMYK) of #bae635 color hex is 0.19, 0.00, 0.77, 0.10. Web safe color of #bae635 is #ccff33. Color #bae635 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100110 00110101
Octal 272 346 65
Decimal 186 230 53
Hex BA E6 35

RGB Percentages of Color #bae635

%39.66
%49.04
%11.30

CMYK Percentages of Color #bae635

%19
%0
%77
%10

Triadic Colors of #bae635

#bae635 #35bae6 #e635ba

Analogous Colors of #bae635

#bae635 #62e635 #e6ba35

Monochromatic Colors of #bae635

#bae635

Complementary Color

#bae635 #6135e6

#bae635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae635 Color CSS Codes

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

#bae635 Text Font Color

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

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


#bae635 Background Color

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

This div background color is #bae635


#bae635 Border Color

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

This div border color is #bae635


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae635


Comments

No comments written yet.

Please login to write comment.