Color Hex Logo

#7fbcd7 Color Hex

#7FBCD7
(127,188,215)
0 Favorites   0 Comments

Color spaces of #7fbcd7

RGB 127188215
HSL0.550.520.67
HSV198°41°84°
CMYK 0.410.130.00   0.16
XYZ39.001445.384870.9945
Yxy45.38480.25100.2921
Hunter Lab67.3682-14.5557-15.3237
CIE-Lab73.1446-12.6938-19.7301

#7fbcd7 color RGB value is (127,188,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111100 11010111
Octal 177 274 327
Decimal 127 188 215
Hex 7F BC D7

RGB Percentages of Color #7fbcd7

%23.96
%35.47
%40.57

CMYK Percentages of Color #7fbcd7

%41
%13
%0
%16

Triadic Colors of #7fbcd7

#7fbcd7 #d77fbc #bcd77f

Analogous Colors of #7fbcd7

#7fbcd7 #7f90d7 #7fd7c6

Monochromatic Colors of #7fbcd7

#7fbcd7

Complementary Color

#7fbcd7 #d79a7f

#7fbcd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbcd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbcd7 Color CSS Codes

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

#7fbcd7 Text Font Color

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

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


#7fbcd7 Background Color

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

This div background color is #7fbcd7


#7fbcd7 Border Color

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

This div border color is #7fbcd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbcd7


Comments

No comments written yet.

Please login to write comment.