Color Hex Logo

#7ddfea Color Hex

#7DDFEA
(125,223,234)
0 Favorites   0 Comments

Color spaces of #7ddfea

RGB 125223234
HSL0.520.720.70
HSV186°47°92°
CMYK 0.470.050.00   0.08
XYZ49.696463.075887.3975
Yxy63.07580.24830.3151
Hunter Lab79.4203-27.2910-9.6511
CIE-Lab83.4822-25.9941-14.3490

#7ddfea color RGB value is (125,223,234).

#7ddfea hex color red value is 125, green value is 223 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7ddfea hue: 0.52 , saturation: 0.72 and the lightness value of 7ddfea is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011111 11101010
Octal 175 337 352
Decimal 125 223 234
Hex 7D DF EA

RGB Percentages of Color #7ddfea

%21.48
%38.32
%40.21

CMYK Percentages of Color #7ddfea

%47
%5
%0
%8

Triadic Colors of #7ddfea

#7ddfea #ea7ddf #dfea7d

Analogous Colors of #7ddfea

#7ddfea #7da9ea #7deabf

Monochromatic Colors of #7ddfea

#7ddfea

Complementary Color

#7ddfea #ea887d

#7ddfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddfea Color CSS Codes

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

#7ddfea Text Font Color

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

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


#7ddfea Background Color

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

This div background color is #7ddfea


#7ddfea Border Color

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

This div border color is #7ddfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddfea


Comments

No comments written yet.

Please login to write comment.