Color Hex Logo

#bae255 Color Hex

#BAE255
(186,226,85)
0 Favorites   0 Comments

Color spaces of #bae255

RGB 18622685
HSL0.210.710.61
HSV77°62°89°
CMYK 0.180.000.62   0.11
XYZ49.085765.487718.6476
Yxy65.48770.36850.4916
Hunter Lab80.9245-33.346542.9848
CIE-Lab84.7344-33.048262.6132

#bae255 color RGB value is (186,226,85).

#bae255 hex color red value is 186, green value is 226 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #bae255 hue: 0.21 , saturation: 0.71 and the lightness value of bae255 is 0.61.

The process color (four color CMYK) of #bae255 color hex is 0.18, 0.00, 0.62, 0.11. Web safe color of #bae255 is #cccc66. Color #bae255 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100010 01010101
Octal 272 342 125
Decimal 186 226 85
Hex BA E2 55

RGB Percentages of Color #bae255

%37.42
%45.47
%17.10

CMYK Percentages of Color #bae255

%18
%0
%62
%11

Triadic Colors of #bae255

#bae255 #55bae2 #e255ba

Analogous Colors of #bae255

#bae255 #74e255 #e2c455

Monochromatic Colors of #bae255

#bae255

Complementary Color

#bae255 #7d55e2

#bae255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae255 Color CSS Codes

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

#bae255 Text Font Color

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

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


#bae255 Background Color

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

This div background color is #bae255


#bae255 Border Color

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

This div border color is #bae255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae255


Comments

No comments written yet.

Please login to write comment.