Color Hex Logo

#adcfef Color Hex

#ADCFEF
(173,207,239)
0 Favorites   0 Comments

Color spaces of #adcfef

RGB 173207239
HSL0.580.670.81
HSV209°28°94°
CMYK 0.280.130.00   0.06
XYZ55.126459.741990.2872
Yxy59.74190.26870.2912
Hunter Lab77.2929-7.9538-15.1527
CIE-Lab81.6977-4.1354-19.4522

#adcfef color RGB value is (173,207,239).

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

The process color (four color CMYK) of #adcfef color hex is 0.28, 0.13, 0.00, 0.06. Web safe color of #adcfef is #99ccff. Color #adcfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001111 11101111
Octal 255 317 357
Decimal 173 207 239
Hex AD CF EF

RGB Percentages of Color #adcfef

%27.95
%33.44
%38.61

CMYK Percentages of Color #adcfef

%28
%13
%0
%6

Triadic Colors of #adcfef

#adcfef #efadcf #cfefad

Analogous Colors of #adcfef

#adcfef #adaeef #adefee

Monochromatic Colors of #adcfef

#adcfef

Complementary Color

#adcfef #efcdad

#adcfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcfef Color CSS Codes

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

#adcfef Text Font Color

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

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


#adcfef Background Color

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

This div background color is #adcfef


#adcfef Border Color

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

This div border color is #adcfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcfef


Comments

No comments written yet.

Please login to write comment.