Color Hex Logo

#33aabd Color Hex

#33AABD
(51,170,189)
0 Favorites   0 Comments

Color spaces of #33aabd

RGB 51170189
HSL0.520.580.47
HSV188°73°74°
CMYK 0.730.100.00   0.26
XYZ24.925333.127453.2246
Yxy33.12740.22400.2977
Hunter Lab57.5564-23.4227-14.5382
CIE-Lab64.2639-25.9254-19.1623

#33aabd color RGB value is (51,170,189).

#33aabd hex color red value is 51, green value is 170 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #33aabd hue: 0.52 , saturation: 0.58 and the lightness value of 33aabd is 0.47.

The process color (four color CMYK) of #33aabd color hex is 0.73, 0.10, 0.00, 0.26. Web safe color of #33aabd is #3399cc. Color #33aabd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10101010 10111101
Octal 63 252 275
Decimal 51 170 189
Hex 33 AA BD

RGB Percentages of Color #33aabd

%12.44
%41.46
%46.10

CMYK Percentages of Color #33aabd

%73
%10
%0
%26

Triadic Colors of #33aabd

#33aabd #bd33aa #aabd33

Analogous Colors of #33aabd

#33aabd #3365bd #33bd8b

Monochromatic Colors of #33aabd

#33aabd

Complementary Color

#33aabd #bd4633

#33aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#33aabd Color CSS Codes

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

#33aabd Text Font Color

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

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


#33aabd Background Color

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

This div background color is #33aabd


#33aabd Border Color

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

This div border color is #33aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33aabd


Comments

No comments written yet.

Please login to write comment.