Color Hex Logo

#7acddf Color Hex

#7ACDDF
(122,205,223)
0 Favorites   0 Comments

Color spaces of #7acddf

RGB 122205223
HSL0.530.610.68
HSV191°45°87°
CMYK 0.450.080.00   0.13
XYZ43.176653.127977.7911
Yxy53.12790.24800.3052
Hunter Lab72.8889-21.8190-12.2554
CIE-Lab77.9505-20.5972-16.8106

#7acddf color RGB value is (122,205,223).

#7acddf hex color red value is 122, green value is 205 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7acddf hue: 0.53 , saturation: 0.61 and the lightness value of 7acddf is 0.68.

The process color (four color CMYK) of #7acddf color hex is 0.45, 0.08, 0.00, 0.13. Web safe color of #7acddf is #66cccc. Color #7acddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001101 11011111
Octal 172 315 337
Decimal 122 205 223
Hex 7A CD DF

RGB Percentages of Color #7acddf

%22.18
%37.27
%40.55

CMYK Percentages of Color #7acddf

%45
%8
%0
%13

Triadic Colors of #7acddf

#7acddf #df7acd #cddf7a

Analogous Colors of #7acddf

#7acddf #7a9bdf #7adfbf

Monochromatic Colors of #7acddf

#7acddf

Complementary Color

#7acddf #df8c7a

#7acddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7acddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7acddf Color CSS Codes

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

#7acddf Text Font Color

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

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


#7acddf Background Color

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

This div background color is #7acddf


#7acddf Border Color

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

This div border color is #7acddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7acddf


Comments

No comments written yet.

Please login to write comment.