Color Hex Logo

#badcaf Color Hex

#BADCAF
(186,220,175)
0 Favorites   0 Comments

Color spaces of #badcaf

RGB 186220175
HSL0.290.390.77
HSV105°20°86°
CMYK 0.150.000.20   0.14
XYZ53.580864.720650.2258
Yxy64.72060.31790.3840
Hunter Lab80.4491-21.901219.2986
CIE-Lab84.3396-19.456718.4671

#badcaf color RGB value is (186,220,175).

#badcaf hex color red value is 186, green value is 220 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #badcaf hue: 0.29 , saturation: 0.39 and the lightness value of badcaf is 0.77.

The process color (four color CMYK) of #badcaf color hex is 0.15, 0.00, 0.20, 0.14. Web safe color of #badcaf is #cccc99. Color #badcaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 10101111
Octal 272 334 257
Decimal 186 220 175
Hex BA DC AF

RGB Percentages of Color #badcaf

%32.01
%37.87
%30.12

CMYK Percentages of Color #badcaf

%15
%0
%20
%14

Triadic Colors of #badcaf

#badcaf #afbadc #dcafba

Analogous Colors of #badcaf

#badcaf #afdcbb #d1dcaf

Monochromatic Colors of #badcaf

#badcaf

Complementary Color

#badcaf #d1afdc

#badcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#badcaf Color CSS Codes

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

#badcaf Text Font Color

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

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


#badcaf Background Color

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

This div background color is #badcaf


#badcaf Border Color

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

This div border color is #badcaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,220,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #badcaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #badcaf;
  -webkit-box-shadow: 1px 1px 3px 2px #badcaf;
  box-shadow:         1px 1px 3px 2px #badcaf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,220,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badcaf


Comments

No comments written yet.

Please login to write comment.