Color Hex Logo

#4bcaad Color Hex

#4BCAAD
(75,202,173)
0 Favorites   0 Comments

Color spaces of #4bcaad

RGB 75202173
HSL0.460.550.54
HSV166°63°79°
CMYK 0.630.000.14   0.21
XYZ31.565046.754046.8959
Yxy46.75400.25210.3734
Hunter Lab68.3769-37.25827.2001
CIE-Lab74.0321-41.81744.1891

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

#4bcaad hex color red value is 75, green value is 202 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4bcaad hue: 0.46 , saturation: 0.55 and the lightness value of 4bcaad is 0.54.

The process color (four color CMYK) of #4bcaad color hex is 0.63, 0.00, 0.14, 0.21. Web safe color of #4bcaad is #33cc99. Color #4bcaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001010 10101101
Octal 113 312 255
Decimal 75 202 173
Hex 4B CA AD

RGB Percentages of Color #4bcaad

%16.67
%44.89
%38.44

CMYK Percentages of Color #4bcaad

%63
%0
%14
%21

Triadic Colors of #4bcaad

#4bcaad #ad4bca #caad4b

Analogous Colors of #4bcaad

#4bcaad #4ba8ca #4bca6e

Monochromatic Colors of #4bcaad

#4bcaad

Complementary Color

#4bcaad #ca4b68

#4bcaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bcaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bcaad Color CSS Codes

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

#4bcaad Text Font Color

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

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


#4bcaad Background Color

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

This div background color is #4bcaad


#4bcaad Border Color

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

This div border color is #4bcaad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,202,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 #4bcaad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bcaad


Comments

No comments written yet.

Please login to write comment.