Color Hex Logo

#61afcf Color Hex

#61AFCF
(97,175,207)
0 Favorites   0 Comments

Color spaces of #61afcf

RGB 97175207
HSL0.550.530.60
HSV197°53°81°
CMYK 0.530.150.00   0.19
XYZ31.522237.706364.6481
Yxy37.70630.23550.2816
Hunter Lab61.4055-15.8274-19.4371
CIE-Lab67.8036-15.1268-23.6088

#61afcf color RGB value is (97,175,207).

#61afcf hex color red value is 97, green value is 175 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #61afcf hue: 0.55 , saturation: 0.53 and the lightness value of 61afcf is 0.60.

The process color (four color CMYK) of #61afcf color hex is 0.53, 0.15, 0.00, 0.19. Web safe color of #61afcf is #6699cc. Color #61afcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101111 11001111
Octal 141 257 317
Decimal 97 175 207
Hex 61 AF CF

RGB Percentages of Color #61afcf

%20.25
%36.53
%43.22

CMYK Percentages of Color #61afcf

%53
%15
%0
%19

Triadic Colors of #61afcf

#61afcf #cf61af #afcf61

Analogous Colors of #61afcf

#61afcf #6178cf #61cfb8

Monochromatic Colors of #61afcf

#61afcf

Complementary Color

#61afcf #cf8161

#61afcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61afcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#61afcf Color CSS Codes

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

#61afcf Text Font Color

<p style="color:#61afcf">Text here</p>

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


#61afcf Background Color

<div style="background-color:#61afcf">
Div content here</div>

This div background color is #61afcf


#61afcf Border Color

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

This div border color is #61afcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,175,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61afcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61afcf;
  -webkit-box-shadow: 1px 1px 3px 2px #61afcf;
  box-shadow:         1px 1px 3px 2px #61afcf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,175,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 #61afcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61afcf


Comments

No comments written yet.

Please login to write comment.