Color Hex Logo

#7ddcee Color Hex

#7DDCEE
(125,220,238)
0 Favorites   0 Comments

Color spaces of #7ddcee

RGB 125220238
HSL0.530.770.71
HSV190°47°93°
CMYK 0.470.080.00   0.07
XYZ49.483361.719490.1939
Yxy61.71940.24570.3065
Hunter Lab78.5617-25.0520-13.0756
CIE-Lab82.7640-23.4747-17.5490

#7ddcee color RGB value is (125,220,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011100 11101110
Octal 175 334 356
Decimal 125 220 238
Hex 7D DC EE

RGB Percentages of Color #7ddcee

%21.44
%37.74
%40.82

CMYK Percentages of Color #7ddcee

%47
%8
%0
%7

Triadic Colors of #7ddcee

#7ddcee #ee7ddc #dcee7d

Analogous Colors of #7ddcee

#7ddcee #7da4ee #7deec8

Monochromatic Colors of #7ddcee

#7ddcee

Complementary Color

#7ddcee #ee8f7d

#7ddcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddcee Color CSS Codes

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

#7ddcee Text Font Color

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

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


#7ddcee Background Color

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

This div background color is #7ddcee


#7ddcee Border Color

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

This div border color is #7ddcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddcee


Comments

No comments written yet.

Please login to write comment.