Color Hex Logo

#3cddec Color Hex

#3CDDEC
(60,221,236)
0 Favorites   0 Comments

Color spaces of #3cddec

RGB 60221236
HSL0.510.820.58
HSV185°75°93°
CMYK 0.750.060.00   0.07
XYZ42.860358.729788.4339
Yxy58.72970.22560.3091
Hunter Lab76.6353-34.2810-14.7734
CIE-Lab81.1428-35.2982-19.1144

#3cddec color RGB value is (60,221,236).

#3cddec hex color red value is 60, green value is 221 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #3cddec hue: 0.51 , saturation: 0.82 and the lightness value of 3cddec is 0.58.

The process color (four color CMYK) of #3cddec color hex is 0.75, 0.06, 0.00, 0.07. Web safe color of #3cddec is #33ccff. Color #3cddec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11011101 11101100
Octal 74 335 354
Decimal 60 221 236
Hex 3C DD EC

RGB Percentages of Color #3cddec

%11.61
%42.75
%45.65

CMYK Percentages of Color #3cddec

%75
%6
%0
%7

Triadic Colors of #3cddec

#3cddec #ec3cdd #ddec3c

Analogous Colors of #3cddec

#3cddec #3c85ec #3ceca3

Monochromatic Colors of #3cddec

#3cddec

Complementary Color

#3cddec #ec4b3c

#3cddec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cddec Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cddec Color CSS Codes

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

#3cddec Text Font Color

<p style="color:#3cddec">Text here</p>

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


#3cddec Background Color

<div style="background-color:#3cddec">
Div content here</div>

This div background color is #3cddec


#3cddec Border Color

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

This div border color is #3cddec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(60,221,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3cddec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3cddec;
  -webkit-box-shadow: 1px 1px 3px 2px #3cddec;
  box-shadow:         1px 1px 3px 2px #3cddec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cddec


Comments

No comments written yet.

Please login to write comment.