Color Hex Logo

#33aead Color Hex

#33AEAD
(51,174,173)
0 Favorites   0 Comments

Color spaces of #33aead

RGB 51174173
HSL0.500.550.44
HSV180°71°68°
CMYK 0.710.000.01   0.32
XYZ24.044133.993044.8292
Yxy33.99300.23370.3305
Hunter Lab58.3035-28.4186-4.7752
CIE-Lab64.9570-32.7297-9.2055

#33aead color RGB value is (51,174,173).

#33aead hex color red value is 51, green value is 174 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #33aead hue: 0.50 , saturation: 0.55 and the lightness value of 33aead is 0.44.

The process color (four color CMYK) of #33aead color hex is 0.71, 0.00, 0.01, 0.32. Web safe color of #33aead is #339999. Color #33aead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10101110 10101101
Octal 63 256 255
Decimal 51 174 173
Hex 33 AE AD

RGB Percentages of Color #33aead

%12.81
%43.72
%43.47

CMYK Percentages of Color #33aead

%71
%0
%1
%32

Triadic Colors of #33aead

#33aead #ad33ae #aead33

Analogous Colors of #33aead

#33aead #3372ae #33ae70

Monochromatic Colors of #33aead

#33aead

Complementary Color

#33aead #ae3334

#33aead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33aead Color Preview on White Background

Lorem ipsum dolor sit amet.

#33aead Color CSS Codes

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

#33aead Text Font Color

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

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


#33aead Background Color

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

This div background color is #33aead


#33aead Border Color

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

This div border color is #33aead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33aead


Comments

No comments written yet.

Please login to write comment.