Color Hex Logo

#7cafcf Color Hex

#7CAFCF
(124,175,207)
0 Favorites   0 Comments

Color spaces of #7cafcf

RGB 124175207
HSL0.560.460.65
HSV203°40°81°
CMYK 0.400.150.00   0.19
XYZ34.904639.450064.8064
Yxy39.45000.25080.2835
Hunter Lab62.8092-10.7194-17.2088
CIE-Lab69.0760-8.6505-21.5521

#7cafcf color RGB value is (124,175,207).

#7cafcf hex color red value is 124, green value is 175 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7cafcf hue: 0.56 , saturation: 0.46 and the lightness value of 7cafcf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101111 11001111
Octal 174 257 317
Decimal 124 175 207
Hex 7C AF CF

RGB Percentages of Color #7cafcf

%24.51
%34.58
%40.91

CMYK Percentages of Color #7cafcf

%40
%15
%0
%19

Triadic Colors of #7cafcf

#7cafcf #cf7caf #afcf7c

Analogous Colors of #7cafcf

#7cafcf #7c86cf #7ccfc6

Monochromatic Colors of #7cafcf

#7cafcf

Complementary Color

#7cafcf #cf9c7c

#7cafcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cafcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cafcf Color CSS Codes

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

#7cafcf Text Font Color

<p style="color:#7cafcf">Text here</p>

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


#7cafcf Background Color

<div style="background-color:#7cafcf">
Div content here</div>

This div background color is #7cafcf


#7cafcf Border Color

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

This div border color is #7cafcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cafcf


Comments

No comments written yet.

Please login to write comment.