Color Hex Logo

#bdeac2 Color Hex

#BDEAC2
(189,234,194)
0 Favorites   0 Comments

Color spaces of #bdeac2

RGB 189234194
HSL0.350.520.83
HSV127°19°92°
CMYK 0.190.000.17   0.08
XYZ60.146773.559562.0673
Yxy73.55950.30720.3757
Hunter Lab85.7668-24.913217.1301
CIE-Lab88.7139-22.085614.7107

#bdeac2 color RGB value is (189,234,194).

#bdeac2 hex color red value is 189, green value is 234 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #bdeac2 hue: 0.35 , saturation: 0.52 and the lightness value of bdeac2 is 0.83.

The process color (four color CMYK) of #bdeac2 color hex is 0.19, 0.00, 0.17, 0.08. Web safe color of #bdeac2 is #ccffcc. Color #bdeac2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 11000010
Octal 275 352 302
Decimal 189 234 194
Hex BD EA C2

RGB Percentages of Color #bdeac2

%30.63
%37.93
%31.44

CMYK Percentages of Color #bdeac2

%19
%0
%17
%8

Triadic Colors of #bdeac2

#bdeac2 #c2bdea #eac2bd

Analogous Colors of #bdeac2

#bdeac2 #bdead9 #cfeabd

Monochromatic Colors of #bdeac2

#bdeac2

Complementary Color

#bdeac2 #eabde5

#bdeac2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeac2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeac2 Color CSS Codes

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

#bdeac2 Text Font Color

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

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


#bdeac2 Background Color

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

This div background color is #bdeac2


#bdeac2 Border Color

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

This div border color is #bdeac2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,234,194, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bdeac2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bdeac2;
  -webkit-box-shadow: 1px 1px 3px 2px #bdeac2;
  box-shadow:         1px 1px 3px 2px #bdeac2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,234,194, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeac2


Comments

No comments written yet.

Please login to write comment.