Color Hex Logo

#7dddfe Color Hex

#7DDDFE
(125,221,254)
0 Favorites   0 Comments

Color spaces of #7dddfe

RGB 125221254
HSL0.540.980.74
HSV195°51°100°
CMYK 0.510.130.00   0.00
XYZ52.203363.2286103.2189
Yxy63.22860.23880.2892
Hunter Lab79.5164-21.9667-21.3018
CIE-Lab83.5625-19.6777-24.8106

#7dddfe color RGB value is (125,221,254).

#7dddfe hex color red value is 125, green value is 221 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7dddfe hue: 0.54 , saturation: 0.98 and the lightness value of 7dddfe is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011101 11111110
Octal 175 335 376
Decimal 125 221 254
Hex 7D DD FE

RGB Percentages of Color #7dddfe

%20.83
%36.83
%42.33

CMYK Percentages of Color #7dddfe

%51
%13
%0
%0

Triadic Colors of #7dddfe

#7dddfe #fe7ddd #ddfe7d

Analogous Colors of #7dddfe

#7dddfe #7d9dfe #7dfedf

Monochromatic Colors of #7dddfe

#7dddfe

Complementary Color

#7dddfe #fe9e7d

#7dddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dddfe Color CSS Codes

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

#7dddfe Text Font Color

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

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


#7dddfe Background Color

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

This div background color is #7dddfe


#7dddfe Border Color

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

This div border color is #7dddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dddfe

Related Colors


Comments

No comments written yet.

Please login to write comment.