Color Hex Logo

#adcef3 Color Hex

#ADCEF3
(173,206,243)
0 Favorites   0 Comments

Color spaces of #adcef3

RGB 173206243
HSL0.590.740.82
HSV212°29°95°
CMYK 0.290.150.00   0.05
XYZ55.482559.497993.3540
Yxy59.49790.26630.2856
Hunter Lab77.1349-6.5924-17.7625
CIE-Lab81.5645-2.6654-21.7856

#adcef3 color RGB value is (173,206,243).

#adcef3 hex color red value is 173, green value is 206 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #adcef3 hue: 0.59 , saturation: 0.74 and the lightness value of adcef3 is 0.82.

The process color (four color CMYK) of #adcef3 color hex is 0.29, 0.15, 0.00, 0.05. Web safe color of #adcef3 is #99ccff. Color #adcef3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001110 11110011
Octal 255 316 363
Decimal 173 206 243
Hex AD CE F3

RGB Percentages of Color #adcef3

%27.81
%33.12
%39.07

CMYK Percentages of Color #adcef3

%29
%15
%0
%5

Triadic Colors of #adcef3

#adcef3 #f3adce #cef3ad

Analogous Colors of #adcef3

#adcef3 #afadf3 #adf1f3

Monochromatic Colors of #adcef3

#adcef3

Complementary Color

#adcef3 #f3d2ad

#adcef3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcef3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcef3 Color CSS Codes

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

#adcef3 Text Font Color

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

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


#adcef3 Background Color

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

This div background color is #adcef3


#adcef3 Border Color

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

This div border color is #adcef3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcef3


Comments

No comments written yet.

Please login to write comment.