Color Hex Logo

#7dbccf Color Hex

#7DBCCF
(125,188,207)
0 Favorites   0 Comments

Color spaces of #7dbccf

RGB 125188207
HSL0.540.460.65
HSV194°40°81°
CMYK 0.400.090.00   0.19
XYZ37.703244.831465.6976
Yxy44.83140.25440.3024
Hunter Lab66.9563-16.6597-11.3061
CIE-Lab72.7807-15.2947-15.9323

#7dbccf color RGB value is (125,188,207).

#7dbccf hex color red value is 125, green value is 188 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7dbccf hue: 0.54 , saturation: 0.46 and the lightness value of 7dbccf is 0.65.

The process color (four color CMYK) of #7dbccf color hex is 0.40, 0.09, 0.00, 0.19. Web safe color of #7dbccf is #66cccc. Color #7dbccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111100 11001111
Octal 175 274 317
Decimal 125 188 207
Hex 7D BC CF

RGB Percentages of Color #7dbccf

%24.04
%36.15
%39.81

CMYK Percentages of Color #7dbccf

%40
%9
%0
%19

Triadic Colors of #7dbccf

#7dbccf #cf7dbc #bccf7d

Analogous Colors of #7dbccf

#7dbccf #7d93cf #7dcfb9

Monochromatic Colors of #7dbccf

#7dbccf

Complementary Color

#7dbccf #cf907d

#7dbccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbccf Color CSS Codes

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

#7dbccf Text Font Color

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

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


#7dbccf Background Color

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

This div background color is #7dbccf


#7dbccf Border Color

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

This div border color is #7dbccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbccf


Comments

No comments written yet.

Please login to write comment.