Color Hex Logo

#33aeb1 Color Hex

#33AEB1
(51,174,177)
0 Favorites   0 Comments

Color spaces of #33aeb1

RGB 51174177
HSL0.500.550.45
HSV181°71°69°
CMYK 0.710.020.00   0.31
XYZ24.437134.150246.8987
Yxy34.15020.23170.3237
Hunter Lab58.4382-27.6234-6.6756
CIE-Lab65.0816-31.5532-11.2458

#33aeb1 color RGB value is (51,174,177).

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

The process color (four color CMYK) of #33aeb1 color hex is 0.71, 0.02, 0.00, 0.31. Web safe color of #33aeb1 is #339999. Color #33aeb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10101110 10110001
Octal 63 256 261
Decimal 51 174 177
Hex 33 AE B1

RGB Percentages of Color #33aeb1

%12.69
%43.28
%44.03

CMYK Percentages of Color #33aeb1

%71
%2
%0
%31

Triadic Colors of #33aeb1

#33aeb1 #b133ae #aeb133

Analogous Colors of #33aeb1

#33aeb1 #336fb1 #33b175

Monochromatic Colors of #33aeb1

#33aeb1

Complementary Color

#33aeb1 #b13633

#33aeb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33aeb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#33aeb1 Color CSS Codes

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

#33aeb1 Text Font Color

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

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


#33aeb1 Background Color

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

This div background color is #33aeb1


#33aeb1 Border Color

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

This div border color is #33aeb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33aeb1


Comments

No comments written yet.

Please login to write comment.