Color Hex Logo

#7fc8df Color Hex

#7FC8DF
(127,200,223)
0 Favorites   0 Comments

Color spaces of #7fc8df

RGB 127200223
HSL0.540.600.69
HSV194°43°87°
CMYK 0.430.100.00   0.13
XYZ42.726051.148377.4327
Yxy51.14830.24940.2986
Hunter Lab71.5180-18.5179-14.1308
CIE-Lab76.7688-16.8455-18.5730

#7fc8df color RGB value is (127,200,223).

#7fc8df hex color red value is 127, green value is 200 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7fc8df hue: 0.54 , saturation: 0.60 and the lightness value of 7fc8df is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001000 11011111
Octal 177 310 337
Decimal 127 200 223
Hex 7F C8 DF

RGB Percentages of Color #7fc8df

%23.09
%36.36
%40.55

CMYK Percentages of Color #7fc8df

%43
%10
%0
%13

Triadic Colors of #7fc8df

#7fc8df #df7fc8 #c8df7f

Analogous Colors of #7fc8df

#7fc8df #7f98df #7fdfc6

Monochromatic Colors of #7fc8df

#7fc8df

Complementary Color

#7fc8df #df967f

#7fc8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fc8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fc8df Color CSS Codes

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

#7fc8df Text Font Color

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

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


#7fc8df Background Color

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

This div background color is #7fc8df


#7fc8df Border Color

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

This div border color is #7fc8df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fc8df


Comments

No comments written yet.

Please login to write comment.