Color Hex Logo

#7dcfde Color Hex

#7DCFDE
(125,207,222)
0 Favorites   0 Comments

Color spaces of #7dcfde

RGB 125207222
HSL0.530.600.68
HSV189°44°87°
CMYK 0.440.070.00   0.13
XYZ43.955154.259577.2637
Yxy54.25950.25050.3092
Hunter Lab73.6610-22.3921-10.6271
CIE-Lab78.6128-21.1559-15.2636

#7dcfde color RGB value is (125,207,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001111 11011110
Octal 175 317 336
Decimal 125 207 222
Hex 7D CF DE

RGB Percentages of Color #7dcfde

%22.56
%37.36
%40.07

CMYK Percentages of Color #7dcfde

%44
%7
%0
%13

Triadic Colors of #7dcfde

#7dcfde #de7dcf #cfde7d

Analogous Colors of #7dcfde

#7dcfde #7d9fde #7ddebd

Monochromatic Colors of #7dcfde

#7dcfde

Complementary Color

#7dcfde #de8c7d

#7dcfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dcfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dcfde Color CSS Codes

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

#7dcfde Text Font Color

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

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


#7dcfde Background Color

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

This div background color is #7dcfde


#7dcfde Border Color

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

This div border color is #7dcfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dcfde


Comments

No comments written yet.

Please login to write comment.