Color Hex Logo

#7fccdc Color Hex

#7FCCDC
(127,204,220)
0 Favorites   0 Comments

Color spaces of #7fccdc

RGB 127204220
HSL0.530.570.68
HSV190°42°86°
CMYK 0.420.070.00   0.14
XYZ43.263552.865175.6339
Yxy52.86510.25190.3078
Hunter Lab72.7084-21.0273-10.7797
CIE-Lab77.7953-19.6707-15.4099

#7fccdc color RGB value is (127,204,220).

#7fccdc hex color red value is 127, green value is 204 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7fccdc hue: 0.53 , saturation: 0.57 and the lightness value of 7fccdc is 0.68.

The process color (four color CMYK) of #7fccdc color hex is 0.42, 0.07, 0.00, 0.14. Web safe color of #7fccdc is #66cccc. Color #7fccdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001100 11011100
Octal 177 314 334
Decimal 127 204 220
Hex 7F CC DC

RGB Percentages of Color #7fccdc

%23.05
%37.02
%39.93

CMYK Percentages of Color #7fccdc

%42
%7
%0
%14

Triadic Colors of #7fccdc

#7fccdc #dc7fcc #ccdc7f

Analogous Colors of #7fccdc

#7fccdc #7f9edc #7fdcbe

Monochromatic Colors of #7fccdc

#7fccdc

Complementary Color

#7fccdc #dc8f7f

#7fccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fccdc Color CSS Codes

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

#7fccdc Text Font Color

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

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


#7fccdc Background Color

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

This div background color is #7fccdc


#7fccdc Border Color

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

This div border color is #7fccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fccdc


Comments

No comments written yet.

Please login to write comment.