Color Hex Logo

#3caccf Color Hex

#3CACCF
(60,172,207)
0 Favorites   0 Comments

Color spaces of #3caccf

RGB 60172207
HSL0.540.600.52
HSV194°71°81°
CMYK 0.710.170.00   0.19
XYZ27.878534.970764.3122
Yxy34.97070.21920.2750
Hunter Lab59.1360-19.3378-23.0844
CIE-Lab65.7258-20.0558-26.8995

#3caccf color RGB value is (60,172,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101100 11001111
Octal 74 254 317
Decimal 60 172 207
Hex 3C AC CF

RGB Percentages of Color #3caccf

%13.67
%39.18
%47.15

CMYK Percentages of Color #3caccf

%71
%17
%0
%19

Triadic Colors of #3caccf

#3caccf #cf3cac #accf3c

Analogous Colors of #3caccf

#3caccf #3c63cf #3ccfa9

Monochromatic Colors of #3caccf

#3caccf

Complementary Color

#3caccf #cf5f3c

#3caccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3caccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3caccf Color CSS Codes

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

#3caccf Text Font Color

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

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


#3caccf Background Color

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

This div background color is #3caccf


#3caccf Border Color

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

This div border color is #3caccf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,172,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 #3caccf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3caccf


Comments

No comments written yet.

Please login to write comment.