Color Hex Logo

#adcefa Color Hex

#ADCEFA
(173,206,250)
0 Favorites   0 Comments

Color spaces of #adcefa

RGB 173206250
HSL0.600.890.83
HSV214°31°98°
CMYK 0.310.180.00   0.02
XYZ56.560259.929099.0289
Yxy59.92900.26240.2781
Hunter Lab77.4138-5.0583-21.6550
CIE-Lab81.7996-0.9904-25.1548

#adcefa color RGB value is (173,206,250).

#adcefa hex color red value is 173, green value is 206 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #adcefa hue: 0.60 , saturation: 0.89 and the lightness value of adcefa is 0.83.

The process color (four color CMYK) of #adcefa color hex is 0.31, 0.18, 0.00, 0.02. Web safe color of #adcefa is #99ccff. Color #adcefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001110 11111010
Octal 255 316 372
Decimal 173 206 250
Hex AD CE FA

RGB Percentages of Color #adcefa

%27.50
%32.75
%39.75

CMYK Percentages of Color #adcefa

%31
%18
%0
%2

Triadic Colors of #adcefa

#adcefa #faadce #cefaad

Analogous Colors of #adcefa

#adcefa #b3adfa #adf5fa

Monochromatic Colors of #adcefa

#adcefa

Complementary Color

#adcefa #fad9ad

#adcefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcefa Color CSS Codes

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

#adcefa Text Font Color

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

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


#adcefa Background Color

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

This div background color is #adcefa


#adcefa Border Color

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

This div border color is #adcefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcefa

Related Colors


Comments

No comments written yet.

Please login to write comment.