Color Hex Logo

#7dcdff Color Hex

#7DCDFF
(125,205,255)
0 Favorites   0 Comments

Color spaces of #7dcdff

RGB 125205255
HSL0.561.000.75
HSV203°51°100°
CMYK 0.510.200.00   0.00
XYZ48.338855.2426102.7229
Yxy55.24260.23430.2678
Hunter Lab74.3254-13.9788-29.9152
CIE-Lab79.1808-11.1553-32.0500

#7dcdff color RGB value is (125,205,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001101 11111111
Octal 175 315 377
Decimal 125 205 255
Hex 7D CD FF

RGB Percentages of Color #7dcdff

%21.37
%35.04
%43.59

CMYK Percentages of Color #7dcdff

%51
%20
%0
%0

Triadic Colors of #7dcdff

#7dcdff #ff7dcd #cdff7d

Analogous Colors of #7dcdff

#7dcdff #7d8cff #7dfff0

Monochromatic Colors of #7dcdff

#7dcdff

Complementary Color

#7dcdff #ffaf7d

#7dcdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dcdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dcdff Color CSS Codes

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

#7dcdff Text Font Color

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

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


#7dcdff Background Color

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

This div background color is #7dcdff


#7dcdff Border Color

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

This div border color is #7dcdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dcdff


Comments

No comments written yet.

Please login to write comment.