Color Hex Logo

#7dcfcf Color Hex

#7DCFCF
(125,207,207)
0 Favorites   0 Comments

Color spaces of #7dcfcf

RGB 125207207
HSL0.500.460.65
HSV180°40°81°
CMYK 0.400.000.00   0.19
XYZ42.032853.490667.1408
Yxy53.49060.25840.3288
Hunter Lab73.1373-25.4043-3.2328
CIE-Lab78.1638-24.9412-7.8797

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001111 11001111
Octal 175 317 317
Decimal 125 207 207
Hex 7D CF CF

RGB Percentages of Color #7dcfcf

%23.19
%38.40
%38.40

CMYK Percentages of Color #7dcfcf

%40
%0
%0
%19

Triadic Colors of #7dcfcf

#7dcfcf #cf7dcf #cfcf7d

Analogous Colors of #7dcfcf

#7dcfcf #7da6cf #7dcfa6

Monochromatic Colors of #7dcfcf

#7dcfcf

Complementary Color

#7dcfcf #cf7d7d

#7dcfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dcfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dcfcf Color CSS Codes

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

#7dcfcf Text Font Color

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

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


#7dcfcf Background Color

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

This div background color is #7dcfcf


#7dcfcf Border Color

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

This div border color is #7dcfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dcfcf


Comments

No comments written yet.

Please login to write comment.