Color Hex Logo

#33cfdc Color Hex

#33CFDC
(51,207,220)
0 Favorites   0 Comments

Color spaces of #33cfdc

RGB 51207220
HSL0.510.710.53
HSV185°77°86°
CMYK 0.770.060.00   0.14
XYZ36.596350.496875.5282
Yxy50.49680.22500.3105
Hunter Lab71.0611-32.4298-13.2744
CIE-Lab76.3732-34.4104-17.7793

#33cfdc color RGB value is (51,207,220).

#33cfdc hex color red value is 51, green value is 207 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #33cfdc hue: 0.51 , saturation: 0.71 and the lightness value of 33cfdc is 0.53.

The process color (four color CMYK) of #33cfdc color hex is 0.77, 0.06, 0.00, 0.14. Web safe color of #33cfdc is #33cccc. Color #33cfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 11001111 11011100
Octal 63 317 334
Decimal 51 207 220
Hex 33 CF DC

RGB Percentages of Color #33cfdc

%10.67
%43.31
%46.03

CMYK Percentages of Color #33cfdc

%77
%6
%0
%14

Triadic Colors of #33cfdc

#33cfdc #dc33cf #cfdc33

Analogous Colors of #33cfdc

#33cfdc #337bdc #33dc95

Monochromatic Colors of #33cfdc

#33cfdc

Complementary Color

#33cfdc #dc4033

#33cfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33cfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#33cfdc Color CSS Codes

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

#33cfdc Text Font Color

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

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


#33cfdc Background Color

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

This div background color is #33cfdc


#33cfdc Border Color

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

This div border color is #33cfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33cfdc


Comments

No comments written yet.

Please login to write comment.