Color Hex Logo

#3ccae6 Color Hex

#3CCAE6
(60,202,230)
0 Favorites   0 Comments

Color spaces of #3ccae6

RGB 60202230
HSL0.530.770.57
HSV190°74°90°
CMYK 0.740.120.00   0.10
XYZ37.266948.914982.3403
Yxy48.91490.22110.2903
Hunter Lab69.9392-27.2804-20.8454
CIE-Lab75.3984-28.0001-24.6302

#3ccae6 color RGB value is (60,202,230).

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

The process color (four color CMYK) of #3ccae6 color hex is 0.74, 0.12, 0.00, 0.10. Web safe color of #3ccae6 is #33ccff. Color #3ccae6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11001010 11100110
Octal 74 312 346
Decimal 60 202 230
Hex 3C CA E6

RGB Percentages of Color #3ccae6

%12.20
%41.06
%46.75

CMYK Percentages of Color #3ccae6

%74
%12
%0
%10

Triadic Colors of #3ccae6

#3ccae6 #e63cca #cae63c

Analogous Colors of #3ccae6

#3ccae6 #3c75e6 #3ce6ad

Monochromatic Colors of #3ccae6

#3ccae6

Complementary Color

#3ccae6 #e6583c

#3ccae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ccae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ccae6 Color CSS Codes

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

#3ccae6 Text Font Color

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

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


#3ccae6 Background Color

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

This div background color is #3ccae6


#3ccae6 Border Color

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

This div border color is #3ccae6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ccae6


Comments

No comments written yet.

Please login to write comment.