Color Hex Logo

#5caccf Color Hex

#5CACCF
(92,172,207)
0 Favorites   0 Comments

Color spaces of #5caccf

RGB 92172207
HSL0.550.550.59
HSV198°56°81°
CMYK 0.560.170.00   0.19
XYZ30.428636.285464.4315
Yxy36.28540.23200.2767
Hunter Lab60.2374-15.2470-21.2520
CIE-Lab66.7374-14.5808-25.2591

#5caccf color RGB value is (92,172,207).

#5caccf hex color red value is 92, green value is 172 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5caccf hue: 0.55 , saturation: 0.55 and the lightness value of 5caccf is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101100 11001111
Octal 134 254 317
Decimal 92 172 207
Hex 5C AC CF

RGB Percentages of Color #5caccf

%19.53
%36.52
%43.95

CMYK Percentages of Color #5caccf

%56
%17
%0
%19

Triadic Colors of #5caccf

#5caccf #cf5cac #accf5c

Analogous Colors of #5caccf

#5caccf #5c73cf #5ccfb9

Monochromatic Colors of #5caccf

#5caccf

Complementary Color

#5caccf #cf7f5c

#5caccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5caccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5caccf Color CSS Codes

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

#5caccf Text Font Color

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

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


#5caccf Background Color

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

This div background color is #5caccf


#5caccf Border Color

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

This div border color is #5caccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5caccf


Comments

No comments written yet.

Please login to write comment.