Color Hex Logo

#7ddceb Color Hex

#7DDCEB
(125,220,235)
0 Favorites   0 Comments

Color spaces of #7ddceb

RGB 125220235
HSL0.520.730.71
HSV188°47°92°
CMYK 0.470.060.00   0.08
XYZ49.046061.544587.8915
Yxy61.54450.24710.3101
Hunter Lab78.4503-25.6924-11.5101
CIE-Lab82.6706-24.2606-16.0980

#7ddceb color RGB value is (125,220,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011100 11101011
Octal 175 334 353
Decimal 125 220 235
Hex 7D DC EB

RGB Percentages of Color #7ddceb

%21.55
%37.93
%40.52

CMYK Percentages of Color #7ddceb

%47
%6
%0
%8

Triadic Colors of #7ddceb

#7ddceb #eb7ddc #dceb7d

Analogous Colors of #7ddceb

#7ddceb #7da5eb #7debc3

Monochromatic Colors of #7ddceb

#7ddceb

Complementary Color

#7ddceb #eb8c7d

#7ddceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddceb Color CSS Codes

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

#7ddceb Text Font Color

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

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


#7ddceb Background Color

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

This div background color is #7ddceb


#7ddceb Border Color

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

This div border color is #7ddceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddceb


Comments

No comments written yet.

Please login to write comment.