Color Hex Logo

#7dcbb8 Color Hex

#7DCBB8
(125,203,184)
0 Favorites   0 Comments

Color spaces of #7dcbb8

RGB 125203184
HSL0.460.430.64
HSV165°38°80°
CMYK 0.380.000.09   0.20
XYZ38.465150.532553.0738
Yxy50.53250.27070.3557
Hunter Lab71.0862-27.81375.4937
CIE-Lab76.3950-28.41501.9021

#7dcbb8 color RGB value is (125,203,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001011 10111000
Octal 175 313 270
Decimal 125 203 184
Hex 7D CB B8

RGB Percentages of Color #7dcbb8

%24.41
%39.65
%35.94

CMYK Percentages of Color #7dcbb8

%38
%0
%9
%20

Triadic Colors of #7dcbb8

#7dcbb8 #b87dcb #cbb87d

Analogous Colors of #7dcbb8

#7dcbb8 #7db7cb #7dcb91

Monochromatic Colors of #7dcbb8

#7dcbb8

Complementary Color

#7dcbb8 #cb7d90

#7dcbb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dcbb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dcbb8 Color CSS Codes

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

#7dcbb8 Text Font Color

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

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


#7dcbb8 Background Color

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

This div background color is #7dcbb8


#7dcbb8 Border Color

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

This div border color is #7dcbb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dcbb8


Comments

No comments written yet.

Please login to write comment.