Color Hex Logo

#adcfee Color Hex

#ADCFEE
(173,207,238)
0 Favorites   0 Comments

Color spaces of #adcfee

RGB 173207238
HSL0.580.660.81
HSV209°27°93°
CMYK 0.270.130.00   0.07
XYZ54.979059.682989.5112
Yxy59.68290.26930.2923
Hunter Lab77.2547-8.1646-14.6181
CIE-Lab81.6655-4.3687-18.9678

#adcfee color RGB value is (173,207,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001111 11101110
Octal 255 317 356
Decimal 173 207 238
Hex AD CF EE

RGB Percentages of Color #adcfee

%27.99
%33.50
%38.51

CMYK Percentages of Color #adcfee

%27
%13
%0
%7

Triadic Colors of #adcfee

#adcfee #eeadcf #cfeead

Analogous Colors of #adcfee

#adcfee #adafee #adeeed

Monochromatic Colors of #adcfee

#adcfee

Complementary Color

#adcfee #eeccad

#adcfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcfee Color CSS Codes

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

#adcfee Text Font Color

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

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


#adcfee Background Color

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

This div background color is #adcfee


#adcfee Border Color

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

This div border color is #adcfee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,207,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcfee


Comments

No comments written yet.

Please login to write comment.