Color Hex Logo

#7dbcdb Color Hex

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

Color spaces of #7dbcdb

RGB 125188219
HSL0.550.570.67
HSV200°43°86°
CMYK 0.430.140.00   0.14
XYZ39.226845.440973.7213
Yxy45.44090.24770.2869
Hunter Lab67.4099-14.0955-17.6543
CIE-Lab73.1813-12.1376-21.8593

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

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

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

Base Numbers

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

RGB Percentages of Color #7dbcdb

%23.50
%35.34
%41.17

CMYK Percentages of Color #7dbcdb

%43
%14
%0
%14

Triadic Colors of #7dbcdb

#7dbcdb #db7dbc #bcdb7d

Analogous Colors of #7dbcdb

#7dbcdb #7d8ddb #7ddbcb

Monochromatic Colors of #7dbcdb

#7dbcdb

Complementary Color

#7dbcdb #db9c7d

#7dbcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbcdb Color CSS Codes

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

#7dbcdb Text Font Color

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

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


#7dbcdb Background Color

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

This div background color is #7dbcdb


#7dbcdb Border Color

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

This div border color is #7dbcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbcdb


Comments

No comments written yet.

Please login to write comment.