Color Hex Logo

#4badad Color Hex

#4BADAD
(75,173,173)
0 Favorites   0 Comments

Color spaces of #4badad

RGB 75173173
HSL0.500.400.49
HSV180°57°68°
CMYK 0.570.000.00   0.32
XYZ25.388034.400144.8370
Yxy34.40010.24270.3288
Hunter Lab58.6516-25.3746-4.2689
CIE-Lab65.2789-28.3321-8.6591

#4badad color RGB value is (75,173,173).

#4badad hex color red value is 75, green value is 173 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4badad hue: 0.50 , saturation: 0.40 and the lightness value of 4badad is 0.49.

The process color (four color CMYK) of #4badad color hex is 0.57, 0.00, 0.00, 0.32. Web safe color of #4badad is #339999. Color #4badad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101101 10101101
Octal 113 255 255
Decimal 75 173 173
Hex 4B AD AD

RGB Percentages of Color #4badad

%17.81
%41.09
%41.09

CMYK Percentages of Color #4badad

%57
%0
%0
%32

Triadic Colors of #4badad

#4badad #ad4bad #adad4b

Analogous Colors of #4badad

#4badad #4b7cad #4bad7c

Monochromatic Colors of #4badad

#4badad

Complementary Color

#4badad #ad4b4b

#4badad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4badad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4badad Color CSS Codes

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

#4badad Text Font Color

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

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


#4badad Background Color

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

This div background color is #4badad


#4badad Border Color

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

This div border color is #4badad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,173,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4badad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4badad;
  -webkit-box-shadow: 1px 1px 3px 2px #4badad;
  box-shadow:         1px 1px 3px 2px #4badad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4badad


Comments

No comments written yet.

Please login to write comment.