Color Hex Logo

#3cedee Color Hex

#3CEDEE
(60,237,238)
0 Favorites   0 Comments

Color spaces of #3cedee

RGB 60237238
HSL0.500.840.58
HSV180°75°93°
CMYK 0.750.000.00   0.07
XYZ47.580367.702191.4490
Yxy67.70210.23020.3275
Hunter Lab82.2813-40.7721-8.2991
CIE-Lab85.8573-42.0317-13.0830

#3cedee color RGB value is (60,237,238).

#3cedee hex color red value is 60, green value is 237 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #3cedee hue: 0.50 , saturation: 0.84 and the lightness value of 3cedee is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11101101 11101110
Octal 74 355 356
Decimal 60 237 238
Hex 3C ED EE

RGB Percentages of Color #3cedee

%11.21
%44.30
%44.49

CMYK Percentages of Color #3cedee

%75
%0
%0
%7

Triadic Colors of #3cedee

#3cedee #ee3ced #edee3c

Analogous Colors of #3cedee

#3cedee #3c94ee #3cee96

Monochromatic Colors of #3cedee

#3cedee

Complementary Color

#3cedee #ee3d3c

#3cedee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cedee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cedee Color CSS Codes

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

#3cedee Text Font Color

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

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


#3cedee Background Color

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

This div background color is #3cedee


#3cedee Border Color

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

This div border color is #3cedee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cedee


Comments

No comments written yet.

Please login to write comment.