Color Hex Logo

#33aeda Color Hex

#33AEDA
(51,174,218)
0 Favorites   0 Comments

Color spaces of #33aeda

RGB 51174218
HSL0.540.690.53
HSV196°77°85°
CMYK 0.770.200.00   0.15
XYZ29.156236.037971.7490
Yxy36.03790.21290.2632
Hunter Lab60.0316-18.3612-28.8406
CIE-Lab66.5489-18.6038-31.7142

#33aeda color RGB value is (51,174,218).

#33aeda hex color red value is 51, green value is 174 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #33aeda hue: 0.54 , saturation: 0.69 and the lightness value of 33aeda is 0.53.

The process color (four color CMYK) of #33aeda color hex is 0.77, 0.20, 0.00, 0.15. Web safe color of #33aeda is #3399cc. Color #33aeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10101110 11011010
Octal 63 256 332
Decimal 51 174 218
Hex 33 AE DA

RGB Percentages of Color #33aeda

%11.51
%39.28
%49.21

CMYK Percentages of Color #33aeda

%77
%20
%0
%15

Triadic Colors of #33aeda

#33aeda #da33ae #aeda33

Analogous Colors of #33aeda

#33aeda #335ada #33dab3

Monochromatic Colors of #33aeda

#33aeda

Complementary Color

#33aeda #da5f33

#33aeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33aeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#33aeda Color CSS Codes

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

#33aeda Text Font Color

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

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


#33aeda Background Color

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

This div background color is #33aeda


#33aeda Border Color

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

This div border color is #33aeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33aeda


Comments

No comments written yet.

Please login to write comment.