color codes Logo

#7dddfd color codes

#7DDDFD
(125,221,253)
0 Favorites   0 Comments

Color spaces of #7dddfd

RGB 125221253
HSL0.540.970.74
HSV195°51°99°
CMYK 0.510.130.00   0.01
XYZ52.043563.1647102.3775
Yxy63.16470.23920.2903
Hunter Lab79.4762-22.1960-20.7412
CIE-Lab83.5290-19.9513-24.3331

#7dddfd color RGB value is (125,221,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011101 11111101
Octal 175 335 375
Decimal 125 221 253
Hex 7D DD FD

RGB Percentages of Color #7dddfd

%20.87
%36.89
%42.24

CMYK Percentages of Color #7dddfd

%51
%13
%0
%1

Triadic Colors of #7dddfd

#7dddfd #fd7ddd #ddfd7d

Analogous Colors of #7dddfd

#7dddfd #7d9dfd #7dfddd

Monochromatic Colors of #7dddfd

#7dddfd

Complementary Color

#7dddfd #fd9d7d

#7dddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dddfd Color CSS Codes

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

#7dddfd Text Font Color

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

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


#7dddfd Background Color

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

This div background color is #7dddfd


#7dddfd Border Color

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

This div border color is #7dddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dddfd

Related Colors


Comments

No comments written yet.

Please login to write comment.