Color Hex Logo

#7dcfab Color Hex

#7DCFAB
(125,207,171)
0 Favorites   0 Comments

Color spaces of #7dcfab

RGB 125207171
HSL0.430.460.65
HSV154°40°81°
CMYK 0.400.000.17   0.19
XYZ38.121051.925946.5416
Yxy51.92590.27910.3802
Hunter Lab72.0596-31.674212.1477
CIE-Lab77.2365-33.148510.0952

#7dcfab color RGB value is (125,207,171).

#7dcfab hex color red value is 125, green value is 207 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7dcfab hue: 0.43 , saturation: 0.46 and the lightness value of 7dcfab is 0.65.

The process color (four color CMYK) of #7dcfab color hex is 0.40, 0.00, 0.17, 0.19. Web safe color of #7dcfab is #66cc99. Color #7dcfab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001111 10101011
Octal 175 317 253
Decimal 125 207 171
Hex 7D CF AB

RGB Percentages of Color #7dcfab

%24.85
%41.15
%34.00

CMYK Percentages of Color #7dcfab

%40
%0
%17
%19

Triadic Colors of #7dcfab

#7dcfab #ab7dcf #cfab7d

Analogous Colors of #7dcfab

#7dcfab #7dcacf #7dcf82

Monochromatic Colors of #7dcfab

#7dcfab

Complementary Color

#7dcfab #cf7da1

#7dcfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dcfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dcfab Color CSS Codes

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

#7dcfab Text Font Color

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

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


#7dcfab Background Color

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

This div background color is #7dcfab


#7dcfab Border Color

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

This div border color is #7dcfab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,207,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7dcfab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7dcfab;
  -webkit-box-shadow: 1px 1px 3px 2px #7dcfab;
  box-shadow:         1px 1px 3px 2px #7dcfab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,207,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dcfab


Comments

No comments written yet.

Please login to write comment.