Color Hex Logo

#33aebe Color Hex

#33AEBE
(51,174,190)
0 Favorites   0 Comments

Color spaces of #33aebe

RGB 51174190
HSL0.520.580.47
HSV187°73°75°
CMYK 0.730.080.00   0.25
XYZ25.795634.693654.0522
Yxy34.69360.22520.3029
Hunter Lab58.9013-24.9038-13.1780
CIE-Lab65.5094-27.6115-17.8274

#33aebe color RGB value is (51,174,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10101110 10111110
Octal 63 256 276
Decimal 51 174 190
Hex 33 AE BE

RGB Percentages of Color #33aebe

%12.29
%41.93
%45.78

CMYK Percentages of Color #33aebe

%73
%8
%0
%25

Triadic Colors of #33aebe

#33aebe #be33ae #aebe33

Analogous Colors of #33aebe

#33aebe #3369be #33be89

Monochromatic Colors of #33aebe

#33aebe

Complementary Color

#33aebe #be4333

#33aebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33aebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#33aebe Color CSS Codes

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

#33aebe Text Font Color

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

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


#33aebe Background Color

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

This div background color is #33aebe


#33aebe Border Color

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

This div border color is #33aebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33aebe


Comments

No comments written yet.

Please login to write comment.