Color Hex Logo

#7dcfef Color Hex

#7DCFEF
(125,207,239)
0 Favorites   0 Comments

Color spaces of #7dcfef

RGB 125207239
HSL0.550.780.71
HSV197°48°94°
CMYK 0.480.130.00   0.06
XYZ46.350355.217689.8765
Yxy55.21760.24210.2884
Hunter Lab74.3085-18.6998-19.6955
CIE-Lab79.1664-16.6428-23.5311

#7dcfef color RGB value is (125,207,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001111 11101111
Octal 175 317 357
Decimal 125 207 239
Hex 7D CF EF

RGB Percentages of Color #7dcfef

%21.89
%36.25
%41.86

CMYK Percentages of Color #7dcfef

%48
%13
%0
%6

Triadic Colors of #7dcfef

#7dcfef #ef7dcf #cfef7d

Analogous Colors of #7dcfef

#7dcfef #7d96ef #7defd6

Monochromatic Colors of #7dcfef

#7dcfef

Complementary Color

#7dcfef #ef9d7d

#7dcfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dcfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dcfef Color CSS Codes

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

#7dcfef Text Font Color

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

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


#7dcfef Background Color

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

This div background color is #7dcfef


#7dcfef Border Color

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

This div border color is #7dcfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dcfef


Comments

No comments written yet.

Please login to write comment.