Color Hex Logo

#7fdfcb Color Hex

#7FDFCB
(127,223,203)
0 Favorites   0 Comments

Color spaces of #7fdfcb

RGB 127223203
HSL0.470.600.69
HSV168°43°87°
CMYK 0.430.000.09   0.13
XYZ45.919661.599265.9695
Yxy61.59920.26470.3551
Hunter Lab78.4852-32.91345.1043
CIE-Lab82.6998-33.09570.9368

#7fdfcb color RGB value is (127,223,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011111 11001011
Octal 177 337 313
Decimal 127 223 203
Hex 7F DF CB

RGB Percentages of Color #7fdfcb

%22.97
%40.33
%36.71

CMYK Percentages of Color #7fdfcb

%43
%0
%9
%13

Triadic Colors of #7fdfcb

#7fdfcb #cb7fdf #dfcb7f

Analogous Colors of #7fdfcb

#7fdfcb #7fc3df #7fdf9b

Monochromatic Colors of #7fdfcb

#7fdfcb

Complementary Color

#7fdfcb #df7f93

#7fdfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdfcb Color CSS Codes

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

#7fdfcb Text Font Color

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

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


#7fdfcb Background Color

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

This div background color is #7fdfcb


#7fdfcb Border Color

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

This div border color is #7fdfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdfcb


Comments

No comments written yet.

Please login to write comment.