Color Hex Logo

#7dd2cb Color Hex

#7DD2CB
(125,210,203)
0 Favorites   0 Comments

Color spaces of #7dd2cb

RGB 125210203
HSL0.490.490.66
HSV175°40°82°
CMYK 0.400.000.03   0.18
XYZ42.283554.765064.8420
Yxy54.76500.26120.3383
Hunter Lab74.0034-27.5159-0.1477
CIE-Lab78.9057-27.3834-4.6351

#7dd2cb color RGB value is (125,210,203).

#7dd2cb hex color red value is 125, green value is 210 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7dd2cb hue: 0.49 , saturation: 0.49 and the lightness value of 7dd2cb is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11010010 11001011
Octal 175 322 313
Decimal 125 210 203
Hex 7D D2 CB

RGB Percentages of Color #7dd2cb

%23.23
%39.03
%37.73

CMYK Percentages of Color #7dd2cb

%40
%0
%3
%18

Triadic Colors of #7dd2cb

#7dd2cb #cb7dd2 #d2cb7d

Analogous Colors of #7dd2cb

#7dd2cb #7dafd2 #7dd2a1

Monochromatic Colors of #7dd2cb

#7dd2cb

Complementary Color

#7dd2cb #d27d84

#7dd2cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dd2cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dd2cb Color CSS Codes

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

#7dd2cb Text Font Color

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

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


#7dd2cb Background Color

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

This div background color is #7dd2cb


#7dd2cb Border Color

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

This div border color is #7dd2cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dd2cb


Comments

No comments written yet.

Please login to write comment.