Color Hex Logo

#3caecf Color Hex

#3CAECF
(60,174,207)
0 Favorites   0 Comments

Color spaces of #3caecf

RGB 60174207
HSL0.540.600.52
HSV193°71°81°
CMYK 0.710.160.00   0.19
XYZ28.262035.737864.4400
Yxy35.73780.22000.2782
Hunter Lab59.7811-20.2296-22.0639
CIE-Lab66.3191-21.0966-25.9877

#3caecf color RGB value is (60,174,207).

#3caecf hex color red value is 60, green value is 174 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #3caecf hue: 0.54 , saturation: 0.60 and the lightness value of 3caecf is 0.52.

The process color (four color CMYK) of #3caecf color hex is 0.71, 0.16, 0.00, 0.19. Web safe color of #3caecf is #3399cc. Color #3caecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101110 11001111
Octal 74 256 317
Decimal 60 174 207
Hex 3C AE CF

RGB Percentages of Color #3caecf

%13.61
%39.46
%46.94

CMYK Percentages of Color #3caecf

%71
%16
%0
%19

Triadic Colors of #3caecf

#3caecf #cf3cae #aecf3c

Analogous Colors of #3caecf

#3caecf #3c65cf #3ccfa7

Monochromatic Colors of #3caecf

#3caecf

Complementary Color

#3caecf #cf5d3c

#3caecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3caecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3caecf Color CSS Codes

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

#3caecf Text Font Color

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

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


#3caecf Background Color

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

This div background color is #3caecf


#3caecf Border Color

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

This div border color is #3caecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3caecf


Comments

No comments written yet.

Please login to write comment.