Color Hex Logo

#7fccda Color Hex

#7FCCDA
(127,204,218)
0 Favorites   0 Comments

Color spaces of #7fccda

RGB 127204218
HSL0.530.550.68
HSV189°42°85°
CMYK 0.420.060.00   0.15
XYZ43.000252.759774.2470
Yxy52.75970.25290.3103
Hunter Lab72.6359-21.4414-9.7600
CIE-Lab77.7329-20.1837-14.4281

#7fccda color RGB value is (127,204,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001100 11011010
Octal 177 314 332
Decimal 127 204 218
Hex 7F CC DA

RGB Percentages of Color #7fccda

%23.13
%37.16
%39.71

CMYK Percentages of Color #7fccda

%42
%6
%0
%15

Triadic Colors of #7fccda

#7fccda #da7fcc #ccda7f

Analogous Colors of #7fccda

#7fccda #7f9fda #7fdabb

Monochromatic Colors of #7fccda

#7fccda

Complementary Color

#7fccda #da8d7f

#7fccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fccda Color CSS Codes

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

#7fccda Text Font Color

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

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


#7fccda Background Color

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

This div background color is #7fccda


#7fccda Border Color

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

This div border color is #7fccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fccda


Comments

No comments written yet.

Please login to write comment.