Color Hex Logo

#7fb0cd Color Hex

#7FB0CD
(127,176,205)
0 Favorites   0 Comments

Color spaces of #7fb0cd

RGB 127176205
HSL0.560.440.65
HSV202°38°80°
CMYK 0.380.140.00   0.20
XYZ35.297239.970563.6123
Yxy39.97050.25420.2878
Hunter Lab63.2222-10.9817-15.4003
CIE-Lab69.4485-8.9187-19.8701

#7fb0cd color RGB value is (127,176,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10110000 11001101
Octal 177 260 315
Decimal 127 176 205
Hex 7F B0 CD

RGB Percentages of Color #7fb0cd

%25.00
%34.65
%40.35

CMYK Percentages of Color #7fb0cd

%38
%14
%0
%20

Triadic Colors of #7fb0cd

#7fb0cd #cd7fb0 #b0cd7f

Analogous Colors of #7fb0cd

#7fb0cd #7f89cd #7fcdc3

Monochromatic Colors of #7fb0cd

#7fb0cd

Complementary Color

#7fb0cd #cd9c7f

#7fb0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fb0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fb0cd Color CSS Codes

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

#7fb0cd Text Font Color

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

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


#7fb0cd Background Color

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

This div background color is #7fb0cd


#7fb0cd Border Color

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

This div border color is #7fb0cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fb0cd


Comments

No comments written yet.

Please login to write comment.