Color Hex Logo

#33a0cd Color Hex

#33A0CD
(51,160,205)
0 Favorites   0 Comments

Color spaces of #33a0cd

RGB 51160205
HSL0.550.610.50
HSV198°75°80°
CMYK 0.750.220.00   0.20
XYZ24.955530.253262.2818
Yxy30.25320.21240.2575
Hunter Lab55.0029-15.2674-28.6342
CIE-Lab61.8721-15.4865-31.7591

#33a0cd color RGB value is (51,160,205).

#33a0cd hex color red value is 51, green value is 160 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #33a0cd hue: 0.55 , saturation: 0.61 and the lightness value of 33a0cd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10100000 11001101
Octal 63 240 315
Decimal 51 160 205
Hex 33 A0 CD

RGB Percentages of Color #33a0cd

%12.26
%38.46
%49.28

CMYK Percentages of Color #33a0cd

%75
%22
%0
%20

Triadic Colors of #33a0cd

#33a0cd #cd33a0 #a0cd33

Analogous Colors of #33a0cd

#33a0cd #3353cd #33cdad

Monochromatic Colors of #33a0cd

#33a0cd

Complementary Color

#33a0cd #cd6033

#33a0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33a0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#33a0cd Color CSS Codes

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

#33a0cd Text Font Color

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

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


#33a0cd Background Color

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

This div background color is #33a0cd


#33a0cd Border Color

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

This div border color is #33a0cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33a0cd


Comments

No comments written yet.

Please login to write comment.