Color Hex Logo

#7dcdfa Color Hex

#7DCDFA
(125,205,250)
0 Favorites   0 Comments

Color spaces of #7dcdfa

RGB 125205250
HSL0.560.930.74
HSV202°50°98°
CMYK 0.500.180.00   0.02
XYZ47.544154.924798.5382
Yxy54.92470.23650.2732
Hunter Lab74.1112-15.1826-26.9541
CIE-Lab78.9979-12.5660-29.6648

#7dcdfa color RGB value is (125,205,250).

#7dcdfa hex color red value is 125, green value is 205 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7dcdfa hue: 0.56 , saturation: 0.93 and the lightness value of 7dcdfa is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001101 11111010
Octal 175 315 372
Decimal 125 205 250
Hex 7D CD FA

RGB Percentages of Color #7dcdfa

%21.55
%35.34
%43.10

CMYK Percentages of Color #7dcdfa

%50
%18
%0
%2

Triadic Colors of #7dcdfa

#7dcdfa #fa7dcd #cdfa7d

Analogous Colors of #7dcdfa

#7dcdfa #7d8ffa #7dfae9

Monochromatic Colors of #7dcdfa

#7dcdfa

Complementary Color

#7dcdfa #faaa7d

#7dcdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dcdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dcdfa Color CSS Codes

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

#7dcdfa Text Font Color

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

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


#7dcdfa Background Color

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

This div background color is #7dcdfa


#7dcdfa Border Color

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

This div border color is #7dcdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dcdfa


Comments

No comments written yet.

Please login to write comment.