Color Hex Logo

#7dccef Color Hex

#7DCCEF
(125,204,239)
0 Favorites   0 Comments

Color spaces of #7dccef

RGB 125204239
HSL0.550.780.71
HSV198°48°94°
CMYK 0.480.150.00   0.06
XYZ45.630353.777789.6365
Yxy53.77770.24140.2845
Hunter Lab73.3333-17.2649-21.1379
CIE-Lab78.3319-15.0943-24.8028

#7dccef color RGB value is (125,204,239).

#7dccef hex color red value is 125, green value is 204 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7dccef hue: 0.55 , saturation: 0.78 and the lightness value of 7dccef is 0.71.

The process color (four color CMYK) of #7dccef color hex is 0.48, 0.15, 0.00, 0.06. Web safe color of #7dccef is #66ccff. Color #7dccef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001100 11101111
Octal 175 314 357
Decimal 125 204 239
Hex 7D CC EF

RGB Percentages of Color #7dccef

%22.01
%35.92
%42.08

CMYK Percentages of Color #7dccef

%48
%15
%0
%6

Triadic Colors of #7dccef

#7dccef #ef7dcc #ccef7d

Analogous Colors of #7dccef

#7dccef #7d93ef #7defd9

Monochromatic Colors of #7dccef

#7dccef

Complementary Color

#7dccef #efa07d

#7dccef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dccef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dccef Color CSS Codes

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

#7dccef Text Font Color

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

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


#7dccef Background Color

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

This div background color is #7dccef


#7dccef Border Color

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

This div border color is #7dccef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dccef


Comments

No comments written yet.

Please login to write comment.