color codes Logo

#adfdbc color codes

#ADFDBC
(173,253,188)
0 Favorites   0 Comments

Color spaces of #adfdbc

RGB 173253188
HSL0.360.950.84
HSV131°32°99°
CMYK 0.320.000.26   0.01
XYZ61.436082.765660.3143
Yxy82.76560.30040.4047
Hunter Lab90.9756-38.665924.3753
CIE-Lab92.9117-37.134223.5245

#adfdbc color RGB value is (173,253,188).

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

The process color (four color CMYK) of #adfdbc color code is 0.32, 0.00, 0.26, 0.01. Web safe color of #adfdbc is #99ffcc. Color #adfdbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111101 10111100
Octal 255 375 274
Decimal 173 253 188
Hex AD FD BC

RGB Percentages of Color #adfdbc

%28.18
%41.21
%30.62

CMYK Percentages of Color #adfdbc

%32
%0
%26
%1

Triadic Colors of #adfdbc

#adfdbc #bcadfd #fdbcad

Analogous Colors of #adfdbc

#adfdbc #adfde4 #c6fdad

Monochromatic Colors of #adfdbc

#adfdbc

Complementary Color

#adfdbc #fdadee

#adfdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfdbc Color CSS Codes

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

#adfdbc Text Font Color

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

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


#adfdbc Background Color

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

This div background color is #adfdbc


#adfdbc Border Color

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

This div border color is #adfdbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,253,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 #adfdbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfdbc

Related Colors


Comments

No comments written yet.

Please login to write comment.