Color Hex Logo

#7c9ebf Color Hex

#7C9EBF
(124,158,191)
0 Favorites   0 Comments

Color spaces of #7c9ebf

RGB 124158191
HSL0.580.340.62
HSV210°35°75°
CMYK 0.350.170.00   0.25
XYZ29.943032.500453.9853
Yxy32.50040.25720.2791
Hunter Lab57.0091-6.0121-16.2388
CIE-Lab63.7543-3.5519-20.7880

#7c9ebf color RGB value is (124,158,191).

#7c9ebf hex color red value is 124, green value is 158 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7c9ebf hue: 0.58 , saturation: 0.34 and the lightness value of 7c9ebf is 0.62.

The process color (four color CMYK) of #7c9ebf color hex is 0.35, 0.17, 0.00, 0.25. Web safe color of #7c9ebf is #6699cc. Color #7c9ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10011110 10111111
Octal 174 236 277
Decimal 124 158 191
Hex 7C 9E BF

RGB Percentages of Color #7c9ebf

%26.22
%33.40
%40.38

CMYK Percentages of Color #7c9ebf

%35
%17
%0
%25

Triadic Colors of #7c9ebf

#7c9ebf #bf7c9e #9ebf7c

Analogous Colors of #7c9ebf

#7c9ebf #7c7dbf #7cbfbf

Monochromatic Colors of #7c9ebf

#7c9ebf

Complementary Color

#7c9ebf #bf9d7c

#7c9ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c9ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c9ebf Color CSS Codes

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

#7c9ebf Text Font Color

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

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


#7c9ebf Background Color

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

This div background color is #7c9ebf


#7c9ebf Border Color

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

This div border color is #7c9ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c9ebf


Comments

No comments written yet.

Please login to write comment.