Color Hex Logo

#7dcaed Color Hex

#7DCAED
(125,202,237)
0 Favorites   0 Comments

Color spaces of #7dcaed

RGB 125202237
HSL0.550.760.71
HSV199°47°93°
CMYK 0.470.150.00   0.07
XYZ44.864052.715587.9313
Yxy52.71550.24180.2842
Hunter Lab72.6054-16.7617-20.9814
CIE-Lab77.7067-14.6034-24.6845

#7dcaed color RGB value is (125,202,237).

#7dcaed hex color red value is 125, green value is 202 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7dcaed hue: 0.55 , saturation: 0.76 and the lightness value of 7dcaed is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001010 11101101
Octal 175 312 355
Decimal 125 202 237
Hex 7D CA ED

RGB Percentages of Color #7dcaed

%22.16
%35.82
%42.02

CMYK Percentages of Color #7dcaed

%47
%15
%0
%7

Triadic Colors of #7dcaed

#7dcaed #ed7dca #caed7d

Analogous Colors of #7dcaed

#7dcaed #7d92ed #7dedd8

Monochromatic Colors of #7dcaed

#7dcaed

Complementary Color

#7dcaed #eda07d

#7dcaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dcaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dcaed Color CSS Codes

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

#7dcaed Text Font Color

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

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


#7dcaed Background Color

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

This div background color is #7dcaed


#7dcaed Border Color

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

This div border color is #7dcaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dcaed


Comments

No comments written yet.

Please login to write comment.