Color Hex Logo

#badcd5 Color Hex

#BADCD5
(186,220,213)
0 Favorites   0 Comments

Color spaces of #badcd5

RGB 186220213
HSL0.470.330.80
HSV168°15°86°
CMYK 0.150.000.03   0.14
XYZ57.853166.429672.7238
Yxy66.42960.29370.3372
Hunter Lab81.5044-15.93054.1504
CIE-Lab85.2151-12.5319-0.3157

#badcd5 color RGB value is (186,220,213).

#badcd5 hex color red value is 186, green value is 220 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #badcd5 hue: 0.47 , saturation: 0.33 and the lightness value of badcd5 is 0.80.

The process color (four color CMYK) of #badcd5 color hex is 0.15, 0.00, 0.03, 0.14. Web safe color of #badcd5 is #cccccc. Color #badcd5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 11010101
Octal 272 334 325
Decimal 186 220 213
Hex BA DC D5

RGB Percentages of Color #badcd5

%30.05
%35.54
%34.41

CMYK Percentages of Color #badcd5

%15
%0
%3
%14

Triadic Colors of #badcd5

#badcd5 #d5badc #dcd5ba

Analogous Colors of #badcd5

#badcd5 #bad2dc #badcc4

Monochromatic Colors of #badcd5

#badcd5

Complementary Color

#badcd5 #dcbac1

#badcd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badcd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badcd5 Color CSS Codes

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

#badcd5 Text Font Color

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

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


#badcd5 Background Color

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

This div background color is #badcd5


#badcd5 Border Color

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

This div border color is #badcd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badcd5


Comments

No comments written yet.

Please login to write comment.