Color Hex Logo

#33aeca Color Hex

#33AECA
(51,174,202)
0 Favorites   0 Comments

Color spaces of #33aeca

RGB 51174202
HSL0.530.600.50
HSV191°75°79°
CMYK 0.750.140.00   0.21
XYZ27.162035.240261.2476
Yxy35.24020.21970.2850
Hunter Lab59.3635-22.2126-19.6174
CIE-Lab65.9352-23.8292-23.8295

#33aeca color RGB value is (51,174,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10101110 11001010
Octal 63 256 312
Decimal 51 174 202
Hex 33 AE CA

RGB Percentages of Color #33aeca

%11.94
%40.75
%47.31

CMYK Percentages of Color #33aeca

%75
%14
%0
%21

Triadic Colors of #33aeca

#33aeca #ca33ae #aeca33

Analogous Colors of #33aeca

#33aeca #3362ca #33ca9b

Monochromatic Colors of #33aeca

#33aeca

Complementary Color

#33aeca #ca4f33

#33aeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33aeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#33aeca Color CSS Codes

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

#33aeca Text Font Color

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

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


#33aeca Background Color

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

This div background color is #33aeca


#33aeca Border Color

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

This div border color is #33aeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33aeca


Comments

No comments written yet.

Please login to write comment.