Color Hex Logo

#3ccfea Color Hex

#3CCFEA
(60,207,234)
0 Favorites   0 Comments

Color spaces of #3ccfea

RGB 60207234
HSL0.530.810.58
HSV189°74°92°
CMYK 0.740.120.00   0.08
XYZ39.027651.526885.7306
Yxy51.52680.22140.2923
Hunter Lab71.7822-28.5693-20.5635
CIE-Lab76.9970-29.2161-24.3412

#3ccfea color RGB value is (60,207,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11001111 11101010
Octal 74 317 352
Decimal 60 207 234
Hex 3C CF EA

RGB Percentages of Color #3ccfea

%11.98
%41.32
%46.71

CMYK Percentages of Color #3ccfea

%74
%12
%0
%8

Triadic Colors of #3ccfea

#3ccfea #ea3ccf #cfea3c

Analogous Colors of #3ccfea

#3ccfea #3c78ea #3ceaae

Monochromatic Colors of #3ccfea

#3ccfea

Complementary Color

#3ccfea #ea573c

#3ccfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ccfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ccfea Color CSS Codes

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

#3ccfea Text Font Color

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

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


#3ccfea Background Color

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

This div background color is #3ccfea


#3ccfea Border Color

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

This div border color is #3ccfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ccfea


Comments

No comments written yet.

Please login to write comment.