Color Hex Logo

#7ddbdb Color Hex

#7DDBDB
(125,219,219)
0 Favorites   0 Comments

Color spaces of #7ddbdb

RGB 125219219
HSL0.500.570.67
HSV180°43°86°
CMYK 0.430.000.00   0.14
XYZ46.575160.137576.1708
Yxy60.13750.25470.3288
Hunter Lab77.5484-28.5036-3.9529
CIE-Lab81.9129-27.8456-8.7288

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011011 11011011
Octal 175 333 333
Decimal 125 219 219
Hex 7D DB DB

RGB Percentages of Color #7ddbdb

%22.20
%38.90
%38.90

CMYK Percentages of Color #7ddbdb

%43
%0
%0
%14

Triadic Colors of #7ddbdb

#7ddbdb #db7ddb #dbdb7d

Analogous Colors of #7ddbdb

#7ddbdb #7dacdb #7ddbac

Monochromatic Colors of #7ddbdb

#7ddbdb

Complementary Color

#7ddbdb #db7d7d

#7ddbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddbdb Color CSS Codes

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

#7ddbdb Text Font Color

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

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


#7ddbdb Background Color

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

This div background color is #7ddbdb


#7ddbdb Border Color

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

This div border color is #7ddbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddbdb


Comments

No comments written yet.

Please login to write comment.