Color Hex Logo

#7cafcd Color Hex

#7CAFCD
(124,175,205)
0 Favorites   0 Comments

Color spaces of #7cafcd

RGB 124175205
HSL0.560.450.65
HSV202°40°80°
CMYK 0.400.150.00   0.20
XYZ34.661639.352863.5266
Yxy39.35280.25200.2861
Hunter Lab62.7318-11.1529-16.1289
CIE-Lab69.0061-9.1819-20.5579

#7cafcd color RGB value is (124,175,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101111 11001101
Octal 174 257 315
Decimal 124 175 205
Hex 7C AF CD

RGB Percentages of Color #7cafcd

%24.60
%34.72
%40.67

CMYK Percentages of Color #7cafcd

%40
%15
%0
%20

Triadic Colors of #7cafcd

#7cafcd #cd7caf #afcd7c

Analogous Colors of #7cafcd

#7cafcd #7c87cd #7ccdc3

Monochromatic Colors of #7cafcd

#7cafcd

Complementary Color

#7cafcd #cd9a7c

#7cafcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cafcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cafcd Color CSS Codes

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

#7cafcd Text Font Color

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

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


#7cafcd Background Color

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

This div background color is #7cafcd


#7cafcd Border Color

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

This div border color is #7cafcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,175,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cafcd


Comments

No comments written yet.

Please login to write comment.