Color Hex Logo

#adcfed Color Hex

#ADCFED
(173,207,237)
0 Favorites   0 Comments

Color spaces of #adcfed

RGB 173207237
HSL0.580.640.80
HSV208°27°93°
CMYK 0.270.130.00   0.07
XYZ54.832559.624388.7394
Yxy59.62430.26990.2934
Hunter Lab77.2168-8.3745-14.0858
CIE-Lab81.6336-4.6012-18.4829

#adcfed color RGB value is (173,207,237).

#adcfed hex color red value is 173, green value is 207 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #adcfed hue: 0.58 , saturation: 0.64 and the lightness value of adcfed is 0.80.

The process color (four color CMYK) of #adcfed color hex is 0.27, 0.13, 0.00, 0.07. Web safe color of #adcfed is #99ccff. Color #adcfed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001111 11101101
Octal 255 317 355
Decimal 173 207 237
Hex AD CF ED

RGB Percentages of Color #adcfed

%28.04
%33.55
%38.41

CMYK Percentages of Color #adcfed

%27
%13
%0
%7

Triadic Colors of #adcfed

#adcfed #edadcf #cfedad

Analogous Colors of #adcfed

#adcfed #adafed #adedeb

Monochromatic Colors of #adcfed

#adcfed

Complementary Color

#adcfed #edcbad

#adcfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcfed Color CSS Codes

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

#adcfed Text Font Color

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

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


#adcfed Background Color

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

This div background color is #adcfed


#adcfed Border Color

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

This div border color is #adcfed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,207,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #adcfed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #adcfed;
  -webkit-box-shadow: 1px 1px 3px 2px #adcfed;
  box-shadow:         1px 1px 3px 2px #adcfed; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcfed


Comments

No comments written yet.

Please login to write comment.