Color Hex Logo

#7ddbbb Color Hex

#7DDBBB
(125,219,187)
0 Favorites   0 Comments

Color spaces of #7ddbbb

RGB 125219187
HSL0.440.570.67
HSV160°43°86°
CMYK 0.430.000.15   0.14
XYZ42.758658.610956.0731
Yxy58.61090.27160.3723
Hunter Lab76.5578-34.281310.1647
CIE-Lab81.0772-35.31927.0642

#7ddbbb color RGB value is (125,219,187).

#7ddbbb hex color red value is 125, green value is 219 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7ddbbb hue: 0.44 , saturation: 0.57 and the lightness value of 7ddbbb is 0.67.

The process color (four color CMYK) of #7ddbbb color hex is 0.43, 0.00, 0.15, 0.14. Web safe color of #7ddbbb is #66cccc. Color #7ddbbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011011 10111011
Octal 175 333 273
Decimal 125 219 187
Hex 7D DB BB

RGB Percentages of Color #7ddbbb

%23.54
%41.24
%35.22

CMYK Percentages of Color #7ddbbb

%43
%0
%15
%14

Triadic Colors of #7ddbbb

#7ddbbb #bb7ddb #dbbb7d

Analogous Colors of #7ddbbb

#7ddbbb #7dccdb #7ddb8c

Monochromatic Colors of #7ddbbb

#7ddbbb

Complementary Color

#7ddbbb #db7d9d

#7ddbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddbbb Color CSS Codes

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

#7ddbbb Text Font Color

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

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


#7ddbbb Background Color

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

This div background color is #7ddbbb


#7ddbbb Border Color

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

This div border color is #7ddbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddbbb


Comments

No comments written yet.

Please login to write comment.