Color Hex Logo

#3cdaec Color Hex

#3CDAEC
(60,218,236)
0 Favorites   0 Comments

Color spaces of #3cdaec

RGB 60218236
HSL0.520.820.58
HSV186°75°93°
CMYK 0.750.080.00   0.07
XYZ42.075257.159688.1722
Yxy57.15960.22450.3050
Hunter Lab75.6040-32.9679-16.2235
CIE-Lab80.2693-33.8886-20.4362

#3cdaec color RGB value is (60,218,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11011010 11101100
Octal 74 332 354
Decimal 60 218 236
Hex 3C DA EC

RGB Percentages of Color #3cdaec

%11.67
%42.41
%45.91

CMYK Percentages of Color #3cdaec

%75
%8
%0
%7

Triadic Colors of #3cdaec

#3cdaec #ec3cda #daec3c

Analogous Colors of #3cdaec

#3cdaec #3c82ec #3ceca6

Monochromatic Colors of #3cdaec

#3cdaec

Complementary Color

#3cdaec #ec4e3c

#3cdaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cdaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cdaec Color CSS Codes

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

#3cdaec Text Font Color

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

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


#3cdaec Background Color

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

This div background color is #3cdaec


#3cdaec Border Color

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

This div border color is #3cdaec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,218,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 #3cdaec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cdaec


Comments

No comments written yet.

Please login to write comment.