Color Hex Logo

#7ddbde Color Hex

#7DDBDE
(125,219,222)
0 Favorites   0 Comments

Color spaces of #7ddbde

RGB 125219222
HSL0.510.600.68
HSV182°44°87°
CMYK 0.440.010.00   0.13
XYZ46.973860.296978.2699
Yxy60.29690.25320.3250
Hunter Lab77.6511-27.9086-5.4067
CIE-Lab81.9993-27.0966-10.1959

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

#7ddbde hex color red value is 125, green value is 219 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7ddbde hue: 0.51 , saturation: 0.60 and the lightness value of 7ddbde is 0.68.

The process color (four color CMYK) of #7ddbde color hex is 0.44, 0.01, 0.00, 0.13. Web safe color of #7ddbde is #66cccc. Color #7ddbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011011 11011110
Octal 175 333 336
Decimal 125 219 222
Hex 7D DB DE

RGB Percentages of Color #7ddbde

%22.08
%38.69
%39.22

CMYK Percentages of Color #7ddbde

%44
%1
%0
%13

Triadic Colors of #7ddbde

#7ddbde #de7ddb #dbde7d

Analogous Colors of #7ddbde

#7ddbde #7dabde #7ddeb1

Monochromatic Colors of #7ddbde

#7ddbde

Complementary Color

#7ddbde #de807d

#7ddbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddbde Color CSS Codes

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

#7ddbde Text Font Color

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

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


#7ddbde Background Color

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

This div background color is #7ddbde


#7ddbde Border Color

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

This div border color is #7ddbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddbde


Comments

No comments written yet.

Please login to write comment.