Color Hex Logo

#7dbedb Color Hex

#7DBEDB
(125,190,219)
0 Favorites   0 Comments

Color spaces of #7dbedb

RGB 125190219
HSL0.550.570.67
HSV199°43°86°
CMYK 0.430.130.00   0.14
XYZ39.657146.301473.8647
Yxy46.30140.24810.2897
Hunter Lab68.0451-15.0481-16.7292
CIE-Lab73.7407-13.1927-21.0086

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111110 11011011
Octal 175 276 333
Decimal 125 190 219
Hex 7D BE DB

RGB Percentages of Color #7dbedb

%23.41
%35.58
%41.01

CMYK Percentages of Color #7dbedb

%43
%13
%0
%14

Triadic Colors of #7dbedb

#7dbedb #db7dbe #bedb7d

Analogous Colors of #7dbedb

#7dbedb #7d8fdb #7ddbc9

Monochromatic Colors of #7dbedb

#7dbedb

Complementary Color

#7dbedb #db9a7d

#7dbedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbedb Color CSS Codes

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

#7dbedb Text Font Color

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

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


#7dbedb Background Color

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

This div background color is #7dbedb


#7dbedb Border Color

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

This div border color is #7dbedb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,190,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 #7dbedb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbedb


Comments

No comments written yet.

Please login to write comment.