Color Hex Logo

#7dfcff Color Hex

#7DFCFF
(125,252,255)
0 Favorites   0 Comments

Color spaces of #7dfcff

RGB 125252255
HSL0.501.000.75
HSV181°51°100°
CMYK 0.510.010.00   0.00
XYZ61.317981.2008107.0493
Yxy81.20080.24570.3254
Hunter Lab90.1115-36.2317-7.3564
CIE-Lab92.2210-34.4340-12.2830

#7dfcff color RGB value is (125,252,255).

#7dfcff hex color red value is 125, green value is 252 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7dfcff hue: 0.50 , saturation: 1.00 and the lightness value of 7dfcff is 0.75.

The process color (four color CMYK) of #7dfcff color hex is 0.51, 0.01, 0.00, 0.00. Web safe color of #7dfcff is #66ffff. Color #7dfcff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111100 11111111
Octal 175 374 377
Decimal 125 252 255
Hex 7D FC FF

RGB Percentages of Color #7dfcff

%19.78
%39.87
%40.35

CMYK Percentages of Color #7dfcff

%51
%1
%0
%0

Triadic Colors of #7dfcff

#7dfcff #ff7dfc #fcff7d

Analogous Colors of #7dfcff

#7dfcff #7dbbff #7dffc1

Monochromatic Colors of #7dfcff

#7dfcff

Complementary Color

#7dfcff #ff807d

#7dfcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dfcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dfcff Color CSS Codes

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

#7dfcff Text Font Color

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

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


#7dfcff Background Color

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

This div background color is #7dfcff


#7dfcff Border Color

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

This div border color is #7dfcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dfcff

Related Colors


Comments

No comments written yet.

Please login to write comment.