Color Hex Logo

#7fdddf Color Hex

#7FDDDF
(127,221,223)
0 Favorites   0 Comments

Color spaces of #7fdddf

RGB 127221223
HSL0.500.600.69
HSV181°43°87°
CMYK 0.430.010.00   0.13
XYZ47.928161.552679.1668
Yxy61.55260.25410.3263
Hunter Lab78.4555-28.2522-4.9087
CIE-Lab82.6749-27.3496-9.7128

#7fdddf color RGB value is (127,221,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011101 11011111
Octal 177 335 337
Decimal 127 221 223
Hex 7F DD DF

RGB Percentages of Color #7fdddf

%22.24
%38.70
%39.05

CMYK Percentages of Color #7fdddf

%43
%1
%0
%13

Triadic Colors of #7fdddf

#7fdddf #df7fdd #dddf7f

Analogous Colors of #7fdddf

#7fdddf #7faddf #7fdfb1

Monochromatic Colors of #7fdddf

#7fdddf

Complementary Color

#7fdddf #df817f

#7fdddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdddf Color CSS Codes

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

#7fdddf Text Font Color

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

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


#7fdddf Background Color

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

This div background color is #7fdddf


#7fdddf Border Color

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

This div border color is #7fdddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdddf


Comments

No comments written yet.

Please login to write comment.