Color Hex Logo

#7ddaeb Color Hex

#7DDAEB
(125,218,235)
0 Favorites   0 Comments

Color spaces of #7ddaeb

RGB 125218235
HSL0.530.730.71
HSV189°47°92°
CMYK 0.470.070.00   0.08
XYZ48.524260.500987.7176
Yxy60.50090.24660.3075
Hunter Lab77.7823-24.7625-12.4156
CIE-Lab82.1097-23.2702-16.9421

#7ddaeb color RGB value is (125,218,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011010 11101011
Octal 175 332 353
Decimal 125 218 235
Hex 7D DA EB

RGB Percentages of Color #7ddaeb

%21.63
%37.72
%40.66

CMYK Percentages of Color #7ddaeb

%47
%7
%0
%8

Triadic Colors of #7ddaeb

#7ddaeb #eb7dda #daeb7d

Analogous Colors of #7ddaeb

#7ddaeb #7da3eb #7debc5

Monochromatic Colors of #7ddaeb

#7ddaeb

Complementary Color

#7ddaeb #eb8e7d

#7ddaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddaeb Color CSS Codes

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

#7ddaeb Text Font Color

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

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


#7ddaeb Background Color

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

This div background color is #7ddaeb


#7ddaeb Border Color

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

This div border color is #7ddaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddaeb


Comments

No comments written yet.

Please login to write comment.