Color Hex Logo

#7dbcde Color Hex

#7DBCDE
(125,188,222)
0 Favorites   0 Comments

Color spaces of #7dbcde

RGB 125188222
HSL0.560.600.68
HSV201°44°87°
CMYK 0.440.150.00   0.13
XYZ39.625545.600375.8205
Yxy45.60030.24610.2832
Hunter Lab67.5280-13.4300-19.3013
CIE-Lab73.2854-11.3296-23.3311

#7dbcde color RGB value is (125,188,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111100 11011110
Octal 175 274 336
Decimal 125 188 222
Hex 7D BC DE

RGB Percentages of Color #7dbcde

%23.36
%35.14
%41.50

CMYK Percentages of Color #7dbcde

%44
%15
%0
%13

Triadic Colors of #7dbcde

#7dbcde #de7dbc #bcde7d

Analogous Colors of #7dbcde

#7dbcde #7d8cde #7dded0

Monochromatic Colors of #7dbcde

#7dbcde

Complementary Color

#7dbcde #de9f7d

#7dbcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbcde Color CSS Codes

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

#7dbcde Text Font Color

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

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


#7dbcde Background Color

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

This div background color is #7dbcde


#7dbcde Border Color

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

This div border color is #7dbcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbcde


Comments

No comments written yet.

Please login to write comment.