Color Hex Logo

#7fbccd Color Hex

#7FBCCD
(127,188,205)
0 Favorites   0 Comments

Color spaces of #7fbccd

RGB 127188205
HSL0.540.440.65
HSV193°38°80°
CMYK 0.380.080.00   0.20
XYZ37.755144.886264.4316
Yxy44.88620.25670.3052
Hunter Lab66.9972-16.6544-10.1216
CIE-Lab72.8169-15.2820-14.7773

#7fbccd color RGB value is (127,188,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111100 11001101
Octal 177 274 315
Decimal 127 188 205
Hex 7F BC CD

RGB Percentages of Color #7fbccd

%24.42
%36.15
%39.42

CMYK Percentages of Color #7fbccd

%38
%8
%0
%20

Triadic Colors of #7fbccd

#7fbccd #cd7fbc #bccd7f

Analogous Colors of #7fbccd

#7fbccd #7f95cd #7fcdb7

Monochromatic Colors of #7fbccd

#7fbccd

Complementary Color

#7fbccd #cd907f

#7fbccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbccd Color CSS Codes

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

#7fbccd Text Font Color

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

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


#7fbccd Background Color

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

This div background color is #7fbccd


#7fbccd Border Color

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

This div border color is #7fbccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbccd


Comments

No comments written yet.

Please login to write comment.