Color Hex Logo

#bae706 Color Hex

#BAE706
(186,231,6)
0 Favorites   0 Comments

Color spaces of #bae706

RGB 1862316
HSL0.200.950.46
HSV72°97°91°
CMYK 0.190.000.97   0.09
XYZ48.858567.604110.6461
Yxy67.60410.38440.5319
Hunter Lab82.2217-37.818249.8783
CIE-Lab85.8081-38.296083.3929

#bae706 color RGB value is (186,231,6).

#bae706 hex color red value is 186, green value is 231 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #bae706 hue: 0.20 , saturation: 0.95 and the lightness value of bae706 is 0.46.

The process color (four color CMYK) of #bae706 color hex is 0.19, 0.00, 0.97, 0.09. Web safe color of #bae706 is #ccff00. Color #bae706 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100111 00000110
Octal 272 347 6
Decimal 186 231 6
Hex BA E7 6

RGB Percentages of Color #bae706

%43.97
%54.61
%1.42

CMYK Percentages of Color #bae706

%19
%0
%97
%9

Triadic Colors of #bae706

#bae706 #06bae7 #e706ba

Analogous Colors of #bae706

#bae706 #4ae706 #e7a406

Monochromatic Colors of #bae706

#bae706

Complementary Color

#bae706 #3306e7

#bae706 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae706 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae706 Color CSS Codes

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

#bae706 Text Font Color

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

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


#bae706 Background Color

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

This div background color is #bae706


#bae706 Border Color

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

This div border color is #bae706


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae706


Comments

No comments written yet.

Please login to write comment.