Color Hex Logo

#7dcbdb Color Hex

#7DCBDB
(125,203,219)
0 Favorites   0 Comments

Color spaces of #7dcbdb

RGB 125203219
HSL0.530.570.67
HSV190°43°86°
CMYK 0.430.070.00   0.14
XYZ42.599652.186374.8456
Yxy52.18630.25110.3076
Hunter Lab72.2401-21.1596-10.8604
CIE-Lab77.3921-19.9104-15.4875

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001011 11011011
Octal 175 313 333
Decimal 125 203 219
Hex 7D CB DB

RGB Percentages of Color #7dcbdb

%22.85
%37.11
%40.04

CMYK Percentages of Color #7dcbdb

%43
%7
%0
%14

Triadic Colors of #7dcbdb

#7dcbdb #db7dcb #cbdb7d

Analogous Colors of #7dcbdb

#7dcbdb #7d9cdb #7ddbbc

Monochromatic Colors of #7dcbdb

#7dcbdb

Complementary Color

#7dcbdb #db8d7d

#7dcbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dcbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dcbdb Color CSS Codes

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

#7dcbdb Text Font Color

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

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


#7dcbdb Background Color

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

This div background color is #7dcbdb


#7dcbdb Border Color

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

This div border color is #7dcbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dcbdb


Comments

No comments written yet.

Please login to write comment.