Color Hex Logo

#bae433 Color Hex

#BAE433
(186,228,51)
0 Favorites   0 Comments

Color spaces of #bae433

RGB 18622851
HSL0.210.770.55
HSV74°78°89°
CMYK 0.180.000.78   0.11
XYZ48.590666.164913.3421
Yxy66.16490.37930.5165
Hunter Lab81.3418-35.718847.2142
CIE-Lab85.0805-35.893074.9381

#bae433 color RGB value is (186,228,51).

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

The process color (four color CMYK) of #bae433 color hex is 0.18, 0.00, 0.78, 0.11. Web safe color of #bae433 is #cccc33. Color #bae433 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100100 00110011
Octal 272 344 63
Decimal 186 228 51
Hex BA E4 33

RGB Percentages of Color #bae433

%40.00
%49.03
%10.97

CMYK Percentages of Color #bae433

%18
%0
%78
%11

Triadic Colors of #bae433

#bae433 #33bae4 #e433ba

Analogous Colors of #bae433

#bae433 #62e433 #e4b633

Monochromatic Colors of #bae433

#bae433

Complementary Color

#bae433 #5d33e4

#bae433 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae433 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae433 Color CSS Codes

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

#bae433 Text Font Color

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

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


#bae433 Background Color

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

This div background color is #bae433


#bae433 Border Color

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

This div border color is #bae433


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae433


Comments

No comments written yet.

Please login to write comment.