Color Hex Logo

#7dbfde Color Hex

#7DBFDE
(125,191,222)
0 Favorites   0 Comments

Color spaces of #7dbfde

RGB 125191222
HSL0.550.600.68
HSV199°44°87°
CMYK 0.440.140.00   0.13
XYZ40.273146.895576.0364
Yxy46.89550.24680.2873
Hunter Lab68.4803-14.8651-17.8959
CIE-Lab74.1229-12.9155-22.0553

#7dbfde color RGB value is (125,191,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111111 11011110
Octal 175 277 336
Decimal 125 191 222
Hex 7D BF DE

RGB Percentages of Color #7dbfde

%23.23
%35.50
%41.26

CMYK Percentages of Color #7dbfde

%44
%14
%0
%13

Triadic Colors of #7dbfde

#7dbfde #de7dbf #bfde7d

Analogous Colors of #7dbfde

#7dbfde #7d8fde #7ddecd

Monochromatic Colors of #7dbfde

#7dbfde

Complementary Color

#7dbfde #de9c7d

#7dbfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbfde Color CSS Codes

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

#7dbfde Text Font Color

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

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


#7dbfde Background Color

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

This div background color is #7dbfde


#7dbfde Border Color

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

This div border color is #7dbfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbfde


Comments

No comments written yet.

Please login to write comment.