color codes Logo

#adfbe3 color codes

#ADFBE3
(173,251,227)
0 Favorites   0 Comments

Color spaces of #adfbe3

RGB 173251227
HSL0.450.910.83
HSV162°31°98°
CMYK 0.310.000.10   0.02
XYZ65.595983.424685.3183
Yxy83.42460.27990.3560
Hunter Lab91.3371-31.64588.5529
CIE-Lab93.2000-28.83173.8915

#adfbe3 color RGB value is (173,251,227).

#adfbe3 hex color red value is 173, green value is 251 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #adfbe3 hue: 0.45 , saturation: 0.91 and the lightness value of adfbe3 is 0.83.

The process color (four color CMYK) of #adfbe3 color code is 0.31, 0.00, 0.10, 0.02. Web safe color of #adfbe3 is #99ffcc. Color #adfbe3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111011 11100011
Octal 255 373 343
Decimal 173 251 227
Hex AD FB E3

RGB Percentages of Color #adfbe3

%26.57
%38.56
%34.87

CMYK Percentages of Color #adfbe3

%31
%0
%10
%2

Triadic Colors of #adfbe3

#adfbe3 #e3adfb #fbe3ad

Analogous Colors of #adfbe3

#adfbe3 #adecfb #adfbbc

Monochromatic Colors of #adfbe3

#adfbe3

Complementary Color

#adfbe3 #fbadc5

#adfbe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfbe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfbe3 Color CSS Codes

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

#adfbe3 Text Font Color

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

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


#adfbe3 Background Color

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

This div background color is #adfbe3


#adfbe3 Border Color

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

This div border color is #adfbe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfbe3


Comments

No comments written yet.

Please login to write comment.