Color Hex Logo

#7ca4cf Color Hex

#7CA4CF
(124,164,207)
0 Favorites   0 Comments

Color spaces of #7ca4cf

RGB 124164207
HSL0.590.460.65
HSV211°40°81°
CMYK 0.400.210.00   0.19
XYZ32.850135.341064.1216
Yxy35.34100.24830.2671
Hunter Lab59.4483-5.3985-22.3371
CIE-Lab66.0133-2.6168-26.2379

#7ca4cf color RGB value is (124,164,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10100100 11001111
Octal 174 244 317
Decimal 124 164 207
Hex 7C A4 CF

RGB Percentages of Color #7ca4cf

%25.05
%33.13
%41.82

CMYK Percentages of Color #7ca4cf

%40
%21
%0
%19

Triadic Colors of #7ca4cf

#7ca4cf #cf7ca4 #a4cf7c

Analogous Colors of #7ca4cf

#7ca4cf #7e7ccf #7ccecf

Monochromatic Colors of #7ca4cf

#7ca4cf

Complementary Color

#7ca4cf #cfa77c

#7ca4cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ca4cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ca4cf Color CSS Codes

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

#7ca4cf Text Font Color

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

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


#7ca4cf Background Color

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

This div background color is #7ca4cf


#7ca4cf Border Color

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

This div border color is #7ca4cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ca4cf


Comments

No comments written yet.

Please login to write comment.