Color Hex Logo

#7dbbdf Color Hex

#7DBBDF
(125,187,223)
0 Favorites   0 Comments

Color spaces of #7dbbdf

RGB 125187223
HSL0.560.600.68
HSV202°44°87°
CMYK 0.440.160.00   0.13
XYZ39.547145.228376.4576
Yxy45.22830.24530.2805
Hunter Lab67.2520-12.7252-20.3294
CIE-Lab73.0420-10.5267-24.2460

#7dbbdf color RGB value is (125,187,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111011 11011111
Octal 175 273 337
Decimal 125 187 223
Hex 7D BB DF

RGB Percentages of Color #7dbbdf

%23.36
%34.95
%41.68

CMYK Percentages of Color #7dbbdf

%44
%16
%0
%13

Triadic Colors of #7dbbdf

#7dbbdf #df7dbb #bbdf7d

Analogous Colors of #7dbbdf

#7dbbdf #7d8adf #7ddfd2

Monochromatic Colors of #7dbbdf

#7dbbdf

Complementary Color

#7dbbdf #dfa17d

#7dbbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbbdf Color CSS Codes

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

#7dbbdf Text Font Color

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

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


#7dbbdf Background Color

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

This div background color is #7dbbdf


#7dbbdf Border Color

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

This div border color is #7dbbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbbdf


Comments

No comments written yet.

Please login to write comment.