Color Hex Logo

#33cedd Color Hex

#33CEDD
(51,206,221)
0 Favorites   0 Comments

Color spaces of #33cedd

RGB 51206221
HSL0.510.710.53
HSV185°77°87°
CMYK 0.770.070.00   0.13
XYZ36.487750.066976.1474
Yxy50.06690.22430.3077
Hunter Lab70.7580-31.7795-14.2754
CIE-Lab76.1103-33.6374-18.7150

#33cedd color RGB value is (51,206,221).

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

The process color (four color CMYK) of #33cedd color hex is 0.77, 0.07, 0.00, 0.13. Web safe color of #33cedd is #33cccc. Color #33cedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 11001110 11011101
Octal 63 316 335
Decimal 51 206 221
Hex 33 CE DD

RGB Percentages of Color #33cedd

%10.67
%43.10
%46.23

CMYK Percentages of Color #33cedd

%77
%7
%0
%13

Triadic Colors of #33cedd

#33cedd #dd33ce #cedd33

Analogous Colors of #33cedd

#33cedd #3379dd #33dd97

Monochromatic Colors of #33cedd

#33cedd

Complementary Color

#33cedd #dd4233

#33cedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33cedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#33cedd Color CSS Codes

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

#33cedd Text Font Color

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

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


#33cedd Background Color

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

This div background color is #33cedd


#33cedd Border Color

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

This div border color is #33cedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33cedd


Comments

No comments written yet.

Please login to write comment.