Color Hex Logo

#7dc6eb Color Hex

#7DC6EB
(125,198,235)
0 Favorites   0 Comments

Color spaces of #7dc6eb

RGB 125198235
HSL0.560.730.71
HSV200°47°92°
CMYK 0.470.160.00   0.08
XYZ43.646950.746386.0918
Yxy50.74630.24180.2812
Hunter Lab71.2364-15.2960-21.7886
CIE-Lab76.5251-13.0629-25.4139

#7dc6eb color RGB value is (125,198,235).

#7dc6eb hex color red value is 125, green value is 198 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7dc6eb hue: 0.56 , saturation: 0.73 and the lightness value of 7dc6eb is 0.71.

The process color (four color CMYK) of #7dc6eb color hex is 0.47, 0.16, 0.00, 0.08. Web safe color of #7dc6eb is #66ccff. Color #7dc6eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11000110 11101011
Octal 175 306 353
Decimal 125 198 235
Hex 7D C6 EB

RGB Percentages of Color #7dc6eb

%22.40
%35.48
%42.11

CMYK Percentages of Color #7dc6eb

%47
%16
%0
%8

Triadic Colors of #7dc6eb

#7dc6eb #eb7dc6 #c6eb7d

Analogous Colors of #7dc6eb

#7dc6eb #7d8feb #7debd9

Monochromatic Colors of #7dc6eb

#7dc6eb

Complementary Color

#7dc6eb #eba27d

#7dc6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dc6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dc6eb Color CSS Codes

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

#7dc6eb Text Font Color

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

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


#7dc6eb Background Color

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

This div background color is #7dc6eb


#7dc6eb Border Color

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

This div border color is #7dc6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dc6eb


Comments

No comments written yet.

Please login to write comment.