Color Hex Logo

#adfcbc Color Hex

#ADFCBC
(173,252,188)
0 Favorites   0 Comments

Color spaces of #adfcbc

RGB 173252188
HSL0.360.930.83
HSV131°31°99°
CMYK 0.310.000.25   0.01
XYZ61.121182.135960.2093
Yxy82.13590.30040.4037
Hunter Lab90.6289-38.218124.0509
CIE-Lab92.6348-36.680523.1425

#adfcbc color RGB value is (173,252,188).

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

The process color (four color CMYK) of #adfcbc color hex is 0.31, 0.00, 0.25, 0.01. Web safe color of #adfcbc is #99ffcc. Color #adfcbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111100 10111100
Octal 255 374 274
Decimal 173 252 188
Hex AD FC BC

RGB Percentages of Color #adfcbc

%28.22
%41.11
%30.67

CMYK Percentages of Color #adfcbc

%31
%0
%25
%1

Triadic Colors of #adfcbc

#adfcbc #bcadfc #fcbcad

Analogous Colors of #adfcbc

#adfcbc #adfce4 #c6fcad

Monochromatic Colors of #adfcbc

#adfcbc

Complementary Color

#adfcbc #fcaded

#adfcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfcbc Color CSS Codes

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

#adfcbc Text Font Color

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

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


#adfcbc Background Color

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

This div background color is #adfcbc


#adfcbc Border Color

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

This div border color is #adfcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfcbc


Comments

No comments written yet.

Please login to write comment.