Color Hex Logo

#7fdaca Color Hex

#7FDACA
(127,218,202)
0 Favorites   0 Comments

Color spaces of #7fdaca

RGB 127218202
HSL0.470.550.68
HSV169°42°85°
CMYK 0.420.000.07   0.15
XYZ44.484558.919164.9051
Yxy58.91910.26430.3501
Hunter Lab76.7588-30.88063.5972
CIE-Lab81.2471-30.9645-0.6528

#7fdaca color RGB value is (127,218,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011010 11001010
Octal 177 332 312
Decimal 127 218 202
Hex 7F DA CA

RGB Percentages of Color #7fdaca

%23.22
%39.85
%36.93

CMYK Percentages of Color #7fdaca

%42
%0
%7
%15

Triadic Colors of #7fdaca

#7fdaca #ca7fda #daca7f

Analogous Colors of #7fdaca

#7fdaca #7fbdda #7fda9d

Monochromatic Colors of #7fdaca

#7fdaca

Complementary Color

#7fdaca #da7f8f

#7fdaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdaca Color CSS Codes

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

#7fdaca Text Font Color

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

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


#7fdaca Background Color

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

This div background color is #7fdaca


#7fdaca Border Color

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

This div border color is #7fdaca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,218,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 #7fdaca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdaca


Comments

No comments written yet.

Please login to write comment.