Color Hex Logo

#7ddeee Color Hex

#7DDEEE
(125,222,238)
0 Favorites   0 Comments

Color spaces of #7ddeee

RGB 125222238
HSL0.520.770.71
HSV188°47°93°
CMYK 0.470.070.00   0.07
XYZ50.011362.775690.3699
Yxy62.77560.24620.3090
Hunter Lab79.2311-25.9837-12.1637
CIE-Lab83.3242-24.4637-16.7053

#7ddeee color RGB value is (125,222,238).

#7ddeee hex color red value is 125, green value is 222 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #7ddeee hue: 0.52 , saturation: 0.77 and the lightness value of 7ddeee is 0.71.

The process color (four color CMYK) of #7ddeee color hex is 0.47, 0.07, 0.00, 0.07. Web safe color of #7ddeee is #66ccff. Color #7ddeee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011110 11101110
Octal 175 336 356
Decimal 125 222 238
Hex 7D DE EE

RGB Percentages of Color #7ddeee

%21.37
%37.95
%40.68

CMYK Percentages of Color #7ddeee

%47
%7
%0
%7

Triadic Colors of #7ddeee

#7ddeee #ee7dde #deee7d

Analogous Colors of #7ddeee

#7ddeee #7da6ee #7deec6

Monochromatic Colors of #7ddeee

#7ddeee

Complementary Color

#7ddeee #ee8d7d

#7ddeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddeee Color CSS Codes

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

#7ddeee Text Font Color

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

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


#7ddeee Background Color

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

This div background color is #7ddeee


#7ddeee Border Color

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

This div border color is #7ddeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddeee


Comments

No comments written yet.

Please login to write comment.