Color Hex Logo

#7dbfdc Color Hex

#7DBFDC
(125,191,220)
0 Favorites   0 Comments

Color spaces of #7dbfdc

RGB 125191220
HSL0.550.580.68
HSV198°43°86°
CMYK 0.430.130.00   0.14
XYZ40.006546.788974.6327
Yxy46.78890.24780.2898
Hunter Lab68.4024-15.3050-16.8086
CIE-Lab74.0545-13.4514-21.0744

#7dbfdc color RGB value is (125,191,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111111 11011100
Octal 175 277 334
Decimal 125 191 220
Hex 7D BF DC

RGB Percentages of Color #7dbfdc

%23.32
%35.63
%41.04

CMYK Percentages of Color #7dbfdc

%43
%13
%0
%14

Triadic Colors of #7dbfdc

#7dbfdc #dc7dbf #bfdc7d

Analogous Colors of #7dbfdc

#7dbfdc #7d90dc #7ddcca

Monochromatic Colors of #7dbfdc

#7dbfdc

Complementary Color

#7dbfdc #dc9a7d

#7dbfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbfdc Color CSS Codes

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

#7dbfdc Text Font Color

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

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


#7dbfdc Background Color

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

This div background color is #7dbfdc


#7dbfdc Border Color

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

This div border color is #7dbfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbfdc


Comments

No comments written yet.

Please login to write comment.