Color Hex Logo

#33d9cc Color Hex

#33D9CC
(51,217,204)
0 Favorites   0 Comments

Color spaces of #33d9cc

RGB 51217204
HSL0.490.690.53
HSV175°76°85°
CMYK 0.760.000.06   0.15
XYZ37.077254.689165.7286
Yxy54.68910.23540.3472
Hunter Lab73.9521-39.9220-0.9305
CIE-Lab78.8618-43.5510-5.4742

#33d9cc color RGB value is (51,217,204).

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

The process color (four color CMYK) of #33d9cc color hex is 0.76, 0.00, 0.06, 0.15. Web safe color of #33d9cc is #33cccc. Color #33d9cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 11011001 11001100
Octal 63 331 314
Decimal 51 217 204
Hex 33 D9 CC

RGB Percentages of Color #33d9cc

%10.81
%45.97
%43.22

CMYK Percentages of Color #33d9cc

%76
%0
%6
%15

Triadic Colors of #33d9cc

#33d9cc #cc33d9 #d9cc33

Analogous Colors of #33d9cc

#33d9cc #3393d9 #33d979

Monochromatic Colors of #33d9cc

#33d9cc

Complementary Color

#33d9cc #d93340

#33d9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33d9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#33d9cc Color CSS Codes

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

#33d9cc Text Font Color

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

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


#33d9cc Background Color

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

This div background color is #33d9cc


#33d9cc Border Color

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

This div border color is #33d9cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33d9cc


Comments

No comments written yet.

Please login to write comment.