Color Hex Logo

#33caad Color Hex

#33CAAD
(51,202,173)
0 Favorites   0 Comments

Color spaces of #33caad

RGB 51202173
HSL0.470.600.50
HSV168°75°79°
CMYK 0.750.000.14   0.21
XYZ30.028645.962046.8240
Yxy45.96200.24450.3742
Hunter Lab67.7953-39.57866.5070
CIE-Lab73.5209-45.32523.3848

#33caad color RGB value is (51,202,173).

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

The process color (four color CMYK) of #33caad color hex is 0.75, 0.00, 0.14, 0.21. Web safe color of #33caad is #33cc99. Color #33caad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 11001010 10101101
Octal 63 312 255
Decimal 51 202 173
Hex 33 CA AD

RGB Percentages of Color #33caad

%11.97
%47.42
%40.61

CMYK Percentages of Color #33caad

%75
%0
%14
%21

Triadic Colors of #33caad

#33caad #ad33ca #caad33

Analogous Colors of #33caad

#33caad #339cca #33ca62

Monochromatic Colors of #33caad

#33caad

Complementary Color

#33caad #ca3350

#33caad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33caad Color Preview on White Background

Lorem ipsum dolor sit amet.

#33caad Color CSS Codes

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

#33caad Text Font Color

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

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


#33caad Background Color

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

This div background color is #33caad


#33caad Border Color

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

This div border color is #33caad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33caad


Comments

No comments written yet.

Please login to write comment.