Color Hex Logo

#7dbddc Color Hex

#7DBDDC
(125,189,220)
0 Favorites   0 Comments

Color spaces of #7dbddc

RGB 125189220
HSL0.550.580.68
HSV200°43°86°
CMYK 0.430.140.00   0.14
XYZ39.573345.922574.4883
Yxy45.92250.24740.2870
Hunter Lab67.7661-14.3524-17.7351
CIE-Lab73.4952-12.3980-21.9250

#7dbddc color RGB value is (125,189,220).

#7dbddc hex color red value is 125, green value is 189 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7dbddc hue: 0.55 , saturation: 0.58 and the lightness value of 7dbddc is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111101 11011100
Octal 175 275 334
Decimal 125 189 220
Hex 7D BD DC

RGB Percentages of Color #7dbddc

%23.41
%35.39
%41.20

CMYK Percentages of Color #7dbddc

%43
%14
%0
%14

Triadic Colors of #7dbddc

#7dbddc #dc7dbd #bddc7d

Analogous Colors of #7dbddc

#7dbddc #7d8edc #7ddccc

Monochromatic Colors of #7dbddc

#7dbddc

Complementary Color

#7dbddc #dc9c7d

#7dbddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbddc Color CSS Codes

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

#7dbddc Text Font Color

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

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


#7dbddc Background Color

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

This div background color is #7dbddc


#7dbddc Border Color

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

This div border color is #7dbddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbddc


Comments

No comments written yet.

Please login to write comment.