Color Hex Logo

#3cced8 Color Hex

#3CCED8
(60,206,216)
0 Favorites   0 Comments

Color spaces of #3cced8

RGB 60206216
HSL0.510.670.54
HSV184°72°85°
CMYK 0.720.050.00   0.15
XYZ36.329550.061172.7138
Yxy50.06110.22830.3146
Hunter Lab70.7539-32.1661-11.4047
CIE-Lab76.1067-34.1480-16.0117

#3cced8 color RGB value is (60,206,216).

#3cced8 hex color red value is 60, green value is 206 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #3cced8 hue: 0.51 , saturation: 0.67 and the lightness value of 3cced8 is 0.54.

The process color (four color CMYK) of #3cced8 color hex is 0.72, 0.05, 0.00, 0.15. Web safe color of #3cced8 is #33cccc. Color #3cced8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11001110 11011000
Octal 74 316 330
Decimal 60 206 216
Hex 3C CE D8

RGB Percentages of Color #3cced8

%12.45
%42.74
%44.81

CMYK Percentages of Color #3cced8

%72
%5
%0
%15

Triadic Colors of #3cced8

#3cced8 #d83cce #ced83c

Analogous Colors of #3cced8

#3cced8 #3c80d8 #3cd894

Monochromatic Colors of #3cced8

#3cced8

Complementary Color

#3cced8 #d8463c

#3cced8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cced8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cced8 Color CSS Codes

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

#3cced8 Text Font Color

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

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


#3cced8 Background Color

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

This div background color is #3cced8


#3cced8 Border Color

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

This div border color is #3cced8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cced8


Comments

No comments written yet.

Please login to write comment.