Color Hex Logo

#7dccfc Color Hex

#7DCCFC
(125,204,252)
0 Favorites   0 Comments

Color spaces of #7dccfc

RGB 125204252
HSL0.560.950.74
HSV203°50°99°
CMYK 0.500.190.00   0.01
XYZ47.621054.5740100.1194
Yxy54.57400.23540.2697
Hunter Lab73.8742-14.2147-28.6419
CIE-Lab78.7953-11.4788-31.0434

#7dccfc color RGB value is (125,204,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001100 11111100
Octal 175 314 374
Decimal 125 204 252
Hex 7D CC FC

RGB Percentages of Color #7dccfc

%21.51
%35.11
%43.37

CMYK Percentages of Color #7dccfc

%50
%19
%0
%1

Triadic Colors of #7dccfc

#7dccfc #fc7dcc #ccfc7d

Analogous Colors of #7dccfc

#7dccfc #7d8dfc #7dfced

Monochromatic Colors of #7dccfc

#7dccfc

Complementary Color

#7dccfc #fcad7d

#7dccfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dccfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dccfc Color CSS Codes

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

#7dccfc Text Font Color

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

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


#7dccfc Background Color

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

This div background color is #7dccfc


#7dccfc Border Color

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

This div border color is #7dccfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dccfc


Comments

No comments written yet.

Please login to write comment.