Color Hex Logo

#baf383 Color Hex

#BAF383
(186,243,131)
0 Favorites   0 Comments

Color spaces of #baf383

RGB 186243131
HSL0.250.820.73
HSV91°46°95°
CMYK 0.230.000.46   0.05
XYZ56.397076.179033.2043
Yxy76.17900.34020.4595
Hunter Lab87.2806-37.401938.5406
CIE-Lab89.9424-36.493548.0398

#baf383 color RGB value is (186,243,131).

#baf383 hex color red value is 186, green value is 243 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #baf383 hue: 0.25 , saturation: 0.82 and the lightness value of baf383 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110011 10000011
Octal 272 363 203
Decimal 186 243 131
Hex BA F3 83

RGB Percentages of Color #baf383

%33.21
%43.39
%23.39

CMYK Percentages of Color #baf383

%23
%0
%46
%5

Triadic Colors of #baf383

#baf383 #83baf3 #f383ba

Analogous Colors of #baf383

#baf383 #83f384 #f2f383

Monochromatic Colors of #baf383

#baf383

Complementary Color

#baf383 #bc83f3

#baf383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf383 Color CSS Codes

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

#baf383 Text Font Color

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

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


#baf383 Background Color

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

This div background color is #baf383


#baf383 Border Color

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

This div border color is #baf383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf383


Comments

No comments written yet.

Please login to write comment.