Color Hex Logo

#3ccaed Color Hex

#3CCAED
(60,202,237)
0 Favorites   0 Comments

Color spaces of #3ccaed

RGB 60202237
HSL0.530.830.58
HSV192°75°93°
CMYK 0.750.150.00   0.07
XYZ38.270149.316187.6227
Yxy49.31610.21840.2815
Hunter Lab70.2254-25.6190-24.8204
CIE-Lab75.6476-25.8195-28.0166

#3ccaed color RGB value is (60,202,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11001010 11101101
Octal 74 312 355
Decimal 60 202 237
Hex 3C CA ED

RGB Percentages of Color #3ccaed

%12.02
%40.48
%47.49

CMYK Percentages of Color #3ccaed

%75
%15
%0
%7

Triadic Colors of #3ccaed

#3ccaed #ed3cca #caed3c

Analogous Colors of #3ccaed

#3ccaed #3c72ed #3cedb8

Monochromatic Colors of #3ccaed

#3ccaed

Complementary Color

#3ccaed #ed5f3c

#3ccaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ccaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ccaed Color CSS Codes

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

#3ccaed Text Font Color

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

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


#3ccaed Background Color

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

This div background color is #3ccaed


#3ccaed Border Color

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

This div border color is #3ccaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ccaed


Comments

No comments written yet.

Please login to write comment.