Color Hex Logo

#7fdbca Color Hex

#7FDBCA
(127,219,202)
0 Favorites   0 Comments

Color spaces of #7fdbca

RGB 127219202
HSL0.470.560.68
HSV169°42°86°
CMYK 0.420.000.08   0.14
XYZ44.744659.439364.9918
Yxy59.43930.26450.3513
Hunter Lab77.0969-31.32383.9870
CIE-Lab81.5325-31.4393-0.2357

#7fdbca color RGB value is (127,219,202).

#7fdbca hex color red value is 127, green value is 219 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7fdbca hue: 0.47 , saturation: 0.56 and the lightness value of 7fdbca is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011011 11001010
Octal 177 333 312
Decimal 127 219 202
Hex 7F DB CA

RGB Percentages of Color #7fdbca

%23.18
%39.96
%36.86

CMYK Percentages of Color #7fdbca

%42
%0
%8
%14

Triadic Colors of #7fdbca

#7fdbca #ca7fdb #dbca7f

Analogous Colors of #7fdbca

#7fdbca #7fbedb #7fdb9c

Monochromatic Colors of #7fdbca

#7fdbca

Complementary Color

#7fdbca #db7f90

#7fdbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdbca Color CSS Codes

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

#7fdbca Text Font Color

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

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


#7fdbca Background Color

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

This div background color is #7fdbca


#7fdbca Border Color

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

This div border color is #7fdbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdbca


Comments

No comments written yet.

Please login to write comment.