Color Hex Logo

#7ddeff Color Hex

#7DDEFF
(125,222,255)
0 Favorites   0 Comments

Color spaces of #7ddeff

RGB 125222255
HSL0.541.000.75
HSV195°51°100°
CMYK 0.510.130.00   0.00
XYZ52.628763.8225104.1529
Yxy63.82250.23860.2893
Hunter Lab79.8890-22.2148-21.3753
CIE-Lab83.8733-19.9079-24.8656

#7ddeff color RGB value is (125,222,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011110 11111111
Octal 175 336 377
Decimal 125 222 255
Hex 7D DE FF

RGB Percentages of Color #7ddeff

%20.76
%36.88
%42.36

CMYK Percentages of Color #7ddeff

%51
%13
%0
%0

Triadic Colors of #7ddeff

#7ddeff #ff7dde #deff7d

Analogous Colors of #7ddeff

#7ddeff #7d9dff #7dffdf

Monochromatic Colors of #7ddeff

#7ddeff

Complementary Color

#7ddeff #ff9e7d

#7ddeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddeff Color CSS Codes

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

#7ddeff Text Font Color

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

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


#7ddeff Background Color

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

This div background color is #7ddeff


#7ddeff Border Color

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

This div border color is #7ddeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddeff

Related Colors


Comments

No comments written yet.

Please login to write comment.