Color Hex Logo

#4bcaae Color Hex

#4BCAAE
(75,202,174)
0 Favorites   0 Comments

Color spaces of #4bcaae

RGB 75202174
HSL0.460.550.54
HSV167°63°79°
CMYK 0.630.000.14   0.21
XYZ31.662246.792947.4076
Yxy46.79290.25160.3718
Hunter Lab68.4053-37.08866.7934
CIE-Lab74.0571-41.57003.6848

#4bcaae color RGB value is (75,202,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001010 10101110
Octal 113 312 256
Decimal 75 202 174
Hex 4B CA AE

RGB Percentages of Color #4bcaae

%16.63
%44.79
%38.58

CMYK Percentages of Color #4bcaae

%63
%0
%14
%21

Triadic Colors of #4bcaae

#4bcaae #ae4bca #caae4b

Analogous Colors of #4bcaae

#4bcaae #4ba7ca #4bca6f

Monochromatic Colors of #4bcaae

#4bcaae

Complementary Color

#4bcaae #ca4b67

#4bcaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bcaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bcaae Color CSS Codes

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

#4bcaae Text Font Color

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

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


#4bcaae Background Color

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

This div background color is #4bcaae


#4bcaae Border Color

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

This div border color is #4bcaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bcaae


Comments

No comments written yet.

Please login to write comment.