Color Hex Logo

#7dccfe Color Hex

#7DCCFE
(125,204,254)
0 Favorites   0 Comments

Color spaces of #7dccfe

RGB 125204254
HSL0.560.980.74
HSV203°51°100°
CMYK 0.510.200.00   0.00
XYZ47.939754.7015101.7977
Yxy54.70150.23450.2676
Hunter Lab73.9605-13.7307-29.8332
CIE-Lab78.8690-10.9128-31.9969

#7dccfe color RGB value is (125,204,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001100 11111110
Octal 175 314 376
Decimal 125 204 254
Hex 7D CC FE

RGB Percentages of Color #7dccfe

%21.44
%34.99
%43.57

CMYK Percentages of Color #7dccfe

%51
%20
%0
%0

Triadic Colors of #7dccfe

#7dccfe #fe7dcc #ccfe7d

Analogous Colors of #7dccfe

#7dccfe #7d8cfe #7dfef0

Monochromatic Colors of #7dccfe

#7dccfe

Complementary Color

#7dccfe #feaf7d

#7dccfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dccfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dccfe Color CSS Codes

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

#7dccfe Text Font Color

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

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


#7dccfe Background Color

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

This div background color is #7dccfe


#7dccfe Border Color

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

This div border color is #7dccfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dccfe


Comments

No comments written yet.

Please login to write comment.