Color Hex Logo

#7fb9ca Color Hex

#7FB9CA
(127,185,202)
0 Favorites   0 Comments

Color spaces of #7fb9ca

RGB 127185202
HSL0.540.410.65
HSV194°37°79°
CMYK 0.370.080.00   0.21
XYZ36.762043.474262.3309
Yxy43.47420.25790.3049
Hunter Lab65.9350-15.8636-9.8947
CIE-Lab71.8756-14.4762-14.5551

#7fb9ca color RGB value is (127,185,202).

#7fb9ca hex color red value is 127, green value is 185 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7fb9ca hue: 0.54 , saturation: 0.41 and the lightness value of 7fb9ca is 0.65.

The process color (four color CMYK) of #7fb9ca color hex is 0.37, 0.08, 0.00, 0.21. Web safe color of #7fb9ca is #66cccc. Color #7fb9ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111001 11001010
Octal 177 271 312
Decimal 127 185 202
Hex 7F B9 CA

RGB Percentages of Color #7fb9ca

%24.71
%35.99
%39.30

CMYK Percentages of Color #7fb9ca

%37
%8
%0
%21

Triadic Colors of #7fb9ca

#7fb9ca #ca7fb9 #b9ca7f

Analogous Colors of #7fb9ca

#7fb9ca #7f94ca #7fcab6

Monochromatic Colors of #7fb9ca

#7fb9ca

Complementary Color

#7fb9ca #ca907f

#7fb9ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fb9ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fb9ca Color CSS Codes

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

#7fb9ca Text Font Color

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

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


#7fb9ca Background Color

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

This div background color is #7fb9ca


#7fb9ca Border Color

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

This div border color is #7fb9ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,185,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7fb9ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7fb9ca;
  -webkit-box-shadow: 1px 1px 3px 2px #7fb9ca;
  box-shadow:         1px 1px 3px 2px #7fb9ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,185,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fb9ca


Comments

No comments written yet.

Please login to write comment.