Color Hex Logo

#33aedb Color Hex

#33AEDB
(51,174,219)
0 Favorites   0 Comments

Color spaces of #33aedb

RGB 51174219
HSL0.540.700.53
HSV196°77°86°
CMYK 0.770.210.00   0.14
XYZ29.287536.090472.4404
Yxy36.09040.21250.2619
Hunter Lab60.0753-18.1106-29.4408
CIE-Lab66.5889-18.2711-32.2023

#33aedb color RGB value is (51,174,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10101110 11011011
Octal 63 256 333
Decimal 51 174 219
Hex 33 AE DB

RGB Percentages of Color #33aedb

%11.49
%39.19
%49.32

CMYK Percentages of Color #33aedb

%77
%21
%0
%14

Triadic Colors of #33aedb

#33aedb #db33ae #aedb33

Analogous Colors of #33aedb

#33aedb #335adb #33dbb4

Monochromatic Colors of #33aedb

#33aedb

Complementary Color

#33aedb #db6033

#33aedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33aedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#33aedb Color CSS Codes

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

#33aedb Text Font Color

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

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


#33aedb Background Color

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

This div background color is #33aedb


#33aedb Border Color

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

This div border color is #33aedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33aedb


Comments

No comments written yet.

Please login to write comment.