Color Hex Logo

#7ddefe Color Hex

#7DDEFE
(125,222,254)
0 Favorites   0 Comments

Color spaces of #7ddefe

RGB 125222254
HSL0.540.980.74
HSV195°51°100°
CMYK 0.510.130.00   0.00
XYZ52.468163.7583103.3071
Yxy63.75830.23900.2904
Hunter Lab79.8488-22.4443-20.8143
CIE-Lab83.8398-20.1816-24.3885

#7ddefe color RGB value is (125,222,254).

#7ddefe hex color red value is 125, green value is 222 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7ddefe hue: 0.54 , saturation: 0.98 and the lightness value of 7ddefe is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011110 11111110
Octal 175 336 376
Decimal 125 222 254
Hex 7D DE FE

RGB Percentages of Color #7ddefe

%20.80
%36.94
%42.26

CMYK Percentages of Color #7ddefe

%51
%13
%0
%0

Triadic Colors of #7ddefe

#7ddefe #fe7dde #defe7d

Analogous Colors of #7ddefe

#7ddefe #7d9efe #7dfede

Monochromatic Colors of #7ddefe

#7ddefe

Complementary Color

#7ddefe #fe9d7d

#7ddefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddefe Color CSS Codes

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

#7ddefe Text Font Color

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

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


#7ddefe Background Color

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

This div background color is #7ddefe


#7ddefe Border Color

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

This div border color is #7ddefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddefe

Related Colors


Comments

No comments written yet.

Please login to write comment.