Color Hex Logo

#7fc5dd Color Hex

#7FC5DD
(127,197,221)
0 Favorites   0 Comments

Color spaces of #7fc5dd

RGB 127197221
HSL0.540.580.68
HSV195°43°87°
CMYK 0.430.110.00   0.13
XYZ41.769849.665075.7914
Yxy49.66500.24980.2970
Hunter Lab70.4734-17.5310-14.4327
CIE-Lab75.8632-15.8210-18.8640

#7fc5dd color RGB value is (127,197,221).

#7fc5dd hex color red value is 127, green value is 197 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7fc5dd hue: 0.54 , saturation: 0.58 and the lightness value of 7fc5dd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11000101 11011101
Octal 177 305 335
Decimal 127 197 221
Hex 7F C5 DD

RGB Percentages of Color #7fc5dd

%23.30
%36.15
%40.55

CMYK Percentages of Color #7fc5dd

%43
%11
%0
%13

Triadic Colors of #7fc5dd

#7fc5dd #dd7fc5 #c5dd7f

Analogous Colors of #7fc5dd

#7fc5dd #7f96dd #7fddc6

Monochromatic Colors of #7fc5dd

#7fc5dd

Complementary Color

#7fc5dd #dd977f

#7fc5dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fc5dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fc5dd Color CSS Codes

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

#7fc5dd Text Font Color

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

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


#7fc5dd Background Color

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

This div background color is #7fc5dd


#7fc5dd Border Color

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

This div border color is #7fc5dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fc5dd

#7fc5dd Color Palettes


Comments

No comments written yet.

Please login to write comment.