Color Hex Logo

#3cedeb Color Hex

#3CEDEB
(60,237,235)
0 Favorites   0 Comments

Color spaces of #3cedeb

RGB 60237235
HSL0.500.830.58
HSV179°75°93°
CMYK 0.750.000.01   0.07
XYZ47.143167.527289.1466
Yxy67.52720.23130.3313
Hunter Lab82.1749-41.4021-6.7977
CIE-Lab85.7695-42.8730-11.6373

#3cedeb color RGB value is (60,237,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11101101 11101011
Octal 74 355 353
Decimal 60 237 235
Hex 3C ED EB

RGB Percentages of Color #3cedeb

%11.28
%44.55
%44.17

CMYK Percentages of Color #3cedeb

%75
%0
%1
%7

Triadic Colors of #3cedeb

#3cedeb #eb3ced #edeb3c

Analogous Colors of #3cedeb

#3cedeb #3c97ed #3ced93

Monochromatic Colors of #3cedeb

#3cedeb

Complementary Color

#3cedeb #ed3c3e

#3cedeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cedeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cedeb Color CSS Codes

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

#3cedeb Text Font Color

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

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


#3cedeb Background Color

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

This div background color is #3cedeb


#3cedeb Border Color

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

This div border color is #3cedeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cedeb


Comments

No comments written yet.

Please login to write comment.