Color Hex Logo

#7ddaee Color Hex

#7DDAEE
(125,218,238)
0 Favorites   0 Comments

Color spaces of #7ddaee

RGB 125218238
HSL0.530.770.71
HSV191°47°93°
CMYK 0.470.080.00   0.07
XYZ48.961560.675890.0200
Yxy60.67580.24520.3039
Hunter Lab77.8947-24.1177-13.9930
CIE-Lab82.2041-22.4805-18.3935

#7ddaee color RGB value is (125,218,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011010 11101110
Octal 175 332 356
Decimal 125 218 238
Hex 7D DA EE

RGB Percentages of Color #7ddaee

%21.51
%37.52
%40.96

CMYK Percentages of Color #7ddaee

%47
%8
%0
%7

Triadic Colors of #7ddaee

#7ddaee #ee7dda #daee7d

Analogous Colors of #7ddaee

#7ddaee #7da2ee #7deeca

Monochromatic Colors of #7ddaee

#7ddaee

Complementary Color

#7ddaee #ee917d

#7ddaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddaee Color CSS Codes

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

#7ddaee Text Font Color

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

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


#7ddaee Background Color

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

This div background color is #7ddaee


#7ddaee Border Color

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

This div border color is #7ddaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddaee

#7ddaee Color Palettes


Comments

No comments written yet.

Please login to write comment.