Color Hex Logo

#bafdc4 Color Hex

#BAFDC4
(186,253,196)
0 Favorites   0 Comments

Color spaces of #bafdc4

RGB 186253196
HSL0.360.940.86
HSV129°26°99°
CMYK 0.260.000.23   0.01
XYZ65.338884.675265.1248
Yxy84.67520.30370.3936
Hunter Lab92.0191-34.288422.4520
CIE-Lab93.7430-31.750120.7021

#bafdc4 color RGB value is (186,253,196).

#bafdc4 hex color red value is 186, green value is 253 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #bafdc4 hue: 0.36 , saturation: 0.94 and the lightness value of bafdc4 is 0.86.

The process color (four color CMYK) of #bafdc4 color hex is 0.26, 0.00, 0.23, 0.01. Web safe color of #bafdc4 is #ccffcc. Color #bafdc4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111101 11000100
Octal 272 375 304
Decimal 186 253 196
Hex BA FD C4

RGB Percentages of Color #bafdc4

%29.29
%39.84
%30.87

CMYK Percentages of Color #bafdc4

%26
%0
%23
%1

Triadic Colors of #bafdc4

#bafdc4 #c4bafd #fdc4ba

Analogous Colors of #bafdc4

#bafdc4 #bafde6 #d2fdba

Monochromatic Colors of #bafdc4

#bafdc4

Complementary Color

#bafdc4 #fdbaf3

#bafdc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bafdc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bafdc4 Color CSS Codes

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

#bafdc4 Text Font Color

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

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


#bafdc4 Background Color

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

This div background color is #bafdc4


#bafdc4 Border Color

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

This div border color is #bafdc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bafdc4


Comments

No comments written yet.

Please login to write comment.