Color Hex Logo

#7dcadf Color Hex

#7DCADF
(125,202,223)
0 Favorites   0 Comments

Color spaces of #7dcadf

RGB 125202223
HSL0.540.600.68
HSV193°44°87°
CMYK 0.440.090.00   0.13
XYZ42.897351.928777.5744
Yxy51.92870.24880.3012
Hunter Lab72.0616-19.8491-13.3827
CIE-Lab77.2382-18.3577-17.8725

#7dcadf color RGB value is (125,202,223).

#7dcadf hex color red value is 125, green value is 202 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7dcadf hue: 0.54 , saturation: 0.60 and the lightness value of 7dcadf is 0.68.

The process color (four color CMYK) of #7dcadf color hex is 0.44, 0.09, 0.00, 0.13. Web safe color of #7dcadf is #66cccc. Color #7dcadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001010 11011111
Octal 175 312 337
Decimal 125 202 223
Hex 7D CA DF

RGB Percentages of Color #7dcadf

%22.73
%36.73
%40.55

CMYK Percentages of Color #7dcadf

%44
%9
%0
%13

Triadic Colors of #7dcadf

#7dcadf #df7dca #cadf7d

Analogous Colors of #7dcadf

#7dcadf #7d99df #7ddfc3

Monochromatic Colors of #7dcadf

#7dcadf

Complementary Color

#7dcadf #df927d

#7dcadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dcadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dcadf Color CSS Codes

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

#7dcadf Text Font Color

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

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


#7dcadf Background Color

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

This div background color is #7dcadf


#7dcadf Border Color

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

This div border color is #7dcadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dcadf


Comments

No comments written yet.

Please login to write comment.