Color Hex Logo

#7ddbbc Color Hex

#7DDBBC
(125,219,188)
0 Favorites   0 Comments

Color spaces of #7ddbbc

RGB 125219188
HSL0.450.570.67
HSV160°43°86°
CMYK 0.430.000.14   0.14
XYZ42.866158.653856.6390
Yxy58.65380.27100.3709
Hunter Lab76.5858-34.11629.7621
CIE-Lab81.1009-35.10046.5676

#7ddbbc color RGB value is (125,219,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011011 10111100
Octal 175 333 274
Decimal 125 219 188
Hex 7D DB BC

RGB Percentages of Color #7ddbbc

%23.50
%41.17
%35.34

CMYK Percentages of Color #7ddbbc

%43
%0
%14
%14

Triadic Colors of #7ddbbc

#7ddbbc #bc7ddb #dbbc7d

Analogous Colors of #7ddbbc

#7ddbbc #7dcbdb #7ddb8d

Monochromatic Colors of #7ddbbc

#7ddbbc

Complementary Color

#7ddbbc #db7d9c

#7ddbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddbbc Color CSS Codes

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

#7ddbbc Text Font Color

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

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


#7ddbbc Background Color

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

This div background color is #7ddbbc


#7ddbbc Border Color

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

This div border color is #7ddbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddbbc


Comments

No comments written yet.

Please login to write comment.