Color Hex Logo

#7fbcd9 Color Hex

#7FBCD9
(127,188,217)
0 Favorites   0 Comments

Color spaces of #7fbcd9

RGB 127188217
HSL0.550.540.67
HSV199°41°85°
CMYK 0.410.130.00   0.15
XYZ39.260045.488272.3565
Yxy45.48820.24990.2895
Hunter Lab67.4449-14.1230-16.3962
CIE-Lab73.2122-12.1660-20.7155

#7fbcd9 color RGB value is (127,188,217).

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

The process color (four color CMYK) of #7fbcd9 color hex is 0.41, 0.13, 0.00, 0.15. Web safe color of #7fbcd9 is #66cccc. Color #7fbcd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111100 11011001
Octal 177 274 331
Decimal 127 188 217
Hex 7F BC D9

RGB Percentages of Color #7fbcd9

%23.87
%35.34
%40.79

CMYK Percentages of Color #7fbcd9

%41
%13
%0
%15

Triadic Colors of #7fbcd9

#7fbcd9 #d97fbc #bcd97f

Analogous Colors of #7fbcd9

#7fbcd9 #7f8fd9 #7fd9c9

Monochromatic Colors of #7fbcd9

#7fbcd9

Complementary Color

#7fbcd9 #d99c7f

#7fbcd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbcd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbcd9 Color CSS Codes

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

#7fbcd9 Text Font Color

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

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


#7fbcd9 Background Color

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

This div background color is #7fbcd9


#7fbcd9 Border Color

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

This div border color is #7fbcd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbcd9


Comments

No comments written yet.

Please login to write comment.