Color Hex Logo

#7dcacb Color Hex

#7DCACB
(125,202,203)
0 Favorites   0 Comments

Color spaces of #7dcacb

RGB 125202203
HSL0.500.430.64
HSV181°38°80°
CMYK 0.380.000.00   0.20
XYZ40.357550.912864.2000
Yxy50.91280.25960.3275
Hunter Lab71.3532-23.9082-3.3989
CIE-Lab76.6262-23.4433-8.0082

#7dcacb color RGB value is (125,202,203).

#7dcacb hex color red value is 125, green value is 202 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7dcacb hue: 0.50 , saturation: 0.43 and the lightness value of 7dcacb is 0.64.

The process color (four color CMYK) of #7dcacb color hex is 0.38, 0.00, 0.00, 0.20. Web safe color of #7dcacb is #66cccc. Color #7dcacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001010 11001011
Octal 175 312 313
Decimal 125 202 203
Hex 7D CA CB

RGB Percentages of Color #7dcacb

%23.58
%38.11
%38.30

CMYK Percentages of Color #7dcacb

%38
%0
%0
%20

Triadic Colors of #7dcacb

#7dcacb #cb7dca #cacb7d

Analogous Colors of #7dcacb

#7dcacb #7da3cb #7dcba5

Monochromatic Colors of #7dcacb

#7dcacb

Complementary Color

#7dcacb #cb7e7d

#7dcacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dcacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dcacb Color CSS Codes

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

#7dcacb Text Font Color

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

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


#7dcacb Background Color

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

This div background color is #7dcacb


#7dcacb Border Color

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

This div border color is #7dcacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dcacb


Comments

No comments written yet.

Please login to write comment.