Color Hex Logo

#7ca8cf Color Hex

#7CA8CF
(124,168,207)
0 Favorites   0 Comments

Color spaces of #7ca8cf

RGB 124168207
HSL0.580.460.65
HSV208°40°81°
CMYK 0.400.190.00   0.19
XYZ33.577336.795364.3640
Yxy36.79530.24920.2731
Hunter Lab60.6591-7.3465-20.4499
CIE-Lab67.1232-4.8305-24.5353

#7ca8cf color RGB value is (124,168,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101000 11001111
Octal 174 250 317
Decimal 124 168 207
Hex 7C A8 CF

RGB Percentages of Color #7ca8cf

%24.85
%33.67
%41.48

CMYK Percentages of Color #7ca8cf

%40
%19
%0
%19

Triadic Colors of #7ca8cf

#7ca8cf #cf7ca8 #a8cf7c

Analogous Colors of #7ca8cf

#7ca8cf #7c7fcf #7ccfcd

Monochromatic Colors of #7ca8cf

#7ca8cf

Complementary Color

#7ca8cf #cfa37c

#7ca8cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ca8cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ca8cf Color CSS Codes

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

#7ca8cf Text Font Color

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

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


#7ca8cf Background Color

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

This div background color is #7ca8cf


#7ca8cf Border Color

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

This div border color is #7ca8cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ca8cf


Comments

No comments written yet.

Please login to write comment.