Color Hex Logo

#7dbcce Color Hex

#7DBCCE
(125,188,206)
0 Favorites   0 Comments

Color spaces of #7dbcce

RGB 125188206
HSL0.540.450.65
HSV193°39°81°
CMYK 0.390.090.00   0.19
XYZ37.581244.782665.0557
Yxy44.78260.25490.3038
Hunter Lab66.9198-16.8666-10.7946
CIE-Lab72.7485-15.5525-15.4356

#7dbcce color RGB value is (125,188,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111100 11001110
Octal 175 274 316
Decimal 125 188 206
Hex 7D BC CE

RGB Percentages of Color #7dbcce

%24.08
%36.22
%39.69

CMYK Percentages of Color #7dbcce

%39
%9
%0
%19

Triadic Colors of #7dbcce

#7dbcce #ce7dbc #bcce7d

Analogous Colors of #7dbcce

#7dbcce #7d94ce #7dceb8

Monochromatic Colors of #7dbcce

#7dbcce

Complementary Color

#7dbcce #ce8f7d

#7dbcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbcce Color CSS Codes

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

#7dbcce Text Font Color

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

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


#7dbcce Background Color

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

This div background color is #7dbcce


#7dbcce Border Color

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

This div border color is #7dbcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbcce


Comments

No comments written yet.

Please login to write comment.