Color Hex Logo

#3cdcef Color Hex

#3CDCEF
(60,220,239)
0 Favorites   0 Comments

Color spaces of #3cdcef

RGB 60220239
HSL0.520.850.59
HSV186°75°94°
CMYK 0.750.080.00   0.06
XYZ43.036758.379190.6614
Yxy58.37910.22410.3039
Hunter Lab76.4062-33.1687-16.8674
CIE-Lab80.9491-33.9380-21.0021

#3cdcef color RGB value is (60,220,239).

#3cdcef hex color red value is 60, green value is 220 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #3cdcef hue: 0.52 , saturation: 0.85 and the lightness value of 3cdcef is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11011100 11101111
Octal 74 334 357
Decimal 60 220 239
Hex 3C DC EF

RGB Percentages of Color #3cdcef

%11.56
%42.39
%46.05

CMYK Percentages of Color #3cdcef

%75
%8
%0
%6

Triadic Colors of #3cdcef

#3cdcef #ef3cdc #dcef3c

Analogous Colors of #3cdcef

#3cdcef #3c83ef #3cefa9

Monochromatic Colors of #3cdcef

#3cdcef

Complementary Color

#3cdcef #ef4f3c

#3cdcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cdcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cdcef Color CSS Codes

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

#3cdcef Text Font Color

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

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


#3cdcef Background Color

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

This div background color is #3cdcef


#3cdcef Border Color

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

This div border color is #3cdcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cdcef


Comments

No comments written yet.

Please login to write comment.