Color Hex Logo

#adfceb Color Hex

#ADFCEB
(173,252,235)
0 Favorites   0 Comments

Color spaces of #adfceb

RGB 173252235
HSL0.460.930.83
HSV167°31°99°
CMYK 0.310.000.07   0.01
XYZ67.039484.503291.3747
Yxy84.50320.27600.3479
Hunter Lab91.9256-30.69365.4133
CIE-Lab93.6686-27.63380.4359

#adfceb color RGB value is (173,252,235).

#adfceb hex color red value is 173, green value is 252 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #adfceb hue: 0.46 , saturation: 0.93 and the lightness value of adfceb is 0.83.

The process color (four color CMYK) of #adfceb color hex is 0.31, 0.00, 0.07, 0.01. Web safe color of #adfceb is #99ffff. Color #adfceb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111100 11101011
Octal 255 374 353
Decimal 173 252 235
Hex AD FC EB

RGB Percentages of Color #adfceb

%26.21
%38.18
%35.61

CMYK Percentages of Color #adfceb

%31
%0
%7
%1

Triadic Colors of #adfceb

#adfceb #ebadfc #fcebad

Analogous Colors of #adfceb

#adfceb #ade6fc #adfcc4

Monochromatic Colors of #adfceb

#adfceb

Complementary Color

#adfceb #fcadbe

#adfceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfceb Color CSS Codes

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

#adfceb Text Font Color

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

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


#adfceb Background Color

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

This div background color is #adfceb


#adfceb Border Color

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

This div border color is #adfceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfceb

Related Colors


Comments

No comments written yet.

Please login to write comment.