Color Hex Logo

#7dd1ff Color Hex

#7DD1FF
(125,209,255)
0 Favorites   0 Comments

Color spaces of #7dd1ff

RGB 125209255
HSL0.561.000.75
HSV201°51°100°
CMYK 0.510.180.00   0.00
XYZ49.307957.1809103.0460
Yxy57.18090.23530.2729
Hunter Lab75.6181-15.9380-27.8628
CIE-Lab80.2812-13.2490-30.3582

#7dd1ff color RGB value is (125,209,255).

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

The process color (four color CMYK) of #7dd1ff color hex is 0.51, 0.18, 0.00, 0.00. Web safe color of #7dd1ff is #66ccff. Color #7dd1ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11010001 11111111
Octal 175 321 377
Decimal 125 209 255
Hex 7D D1 FF

RGB Percentages of Color #7dd1ff

%21.22
%35.48
%43.29

CMYK Percentages of Color #7dd1ff

%51
%18
%0
%0

Triadic Colors of #7dd1ff

#7dd1ff #ff7dd1 #d1ff7d

Analogous Colors of #7dd1ff

#7dd1ff #7d90ff #7dffec

Monochromatic Colors of #7dd1ff

#7dd1ff

Complementary Color

#7dd1ff #ffab7d

#7dd1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dd1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dd1ff Color CSS Codes

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

#7dd1ff Text Font Color

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

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


#7dd1ff Background Color

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

This div background color is #7dd1ff


#7dd1ff Border Color

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

This div border color is #7dd1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dd1ff


Comments

No comments written yet.

Please login to write comment.