Color Hex Logo

#baf398 Color Hex

#BAF398
(186,243,152)
0 Favorites   0 Comments

Color spaces of #baf398

RGB 186243152
HSL0.270.790.77
HSV98°37°95°
CMYK 0.230.000.37   0.05
XYZ57.967876.807341.4758
Yxy76.80730.32890.4358
Hunter Lab87.6398-35.303933.2887
CIE-Lab90.2328-33.880438.1800

#baf398 color RGB value is (186,243,152).

#baf398 hex color red value is 186, green value is 243 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #baf398 hue: 0.27 , saturation: 0.79 and the lightness value of baf398 is 0.77.

The process color (four color CMYK) of #baf398 color hex is 0.23, 0.00, 0.37, 0.05. Web safe color of #baf398 is #ccff99. Color #baf398 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110011 10011000
Octal 272 363 230
Decimal 186 243 152
Hex BA F3 98

RGB Percentages of Color #baf398

%32.01
%41.82
%26.16

CMYK Percentages of Color #baf398

%23
%0
%37
%5

Triadic Colors of #baf398

#baf398 #98baf3 #f398ba

Analogous Colors of #baf398

#baf398 #98f3a4 #e8f398

Monochromatic Colors of #baf398

#baf398

Complementary Color

#baf398 #d198f3

#baf398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf398 Color CSS Codes

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

#baf398 Text Font Color

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

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


#baf398 Background Color

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

This div background color is #baf398


#baf398 Border Color

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

This div border color is #baf398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf398


Comments

No comments written yet.

Please login to write comment.