Color Hex Logo

#4baeae Color Hex

#4BAEAE
(75,174,174)
0 Favorites   0 Comments

Color spaces of #4baeae

RGB 75174174
HSL0.500.400.49
HSV180°57°68°
CMYK 0.570.000.00   0.32
XYZ25.677734.824045.4127
Yxy34.82400.24240.3288
Hunter Lab59.0119-25.6005-4.3184
CIE-Lab65.6114-28.5451-8.7200

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101110 10101110
Octal 113 256 256
Decimal 75 174 174
Hex 4B AE AE

RGB Percentages of Color #4baeae

%17.73
%41.13
%41.13

CMYK Percentages of Color #4baeae

%57
%0
%0
%32

Triadic Colors of #4baeae

#4baeae #ae4bae #aeae4b

Analogous Colors of #4baeae

#4baeae #4b7dae #4bae7d

Monochromatic Colors of #4baeae

#4baeae

Complementary Color

#4baeae #ae4b4b

#4baeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4baeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4baeae Color CSS Codes

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

#4baeae Text Font Color

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

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


#4baeae Background Color

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

This div background color is #4baeae


#4baeae Border Color

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

This div border color is #4baeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4baeae


Comments

No comments written yet.

Please login to write comment.