Color Hex Logo

#bdeacf Color Hex

#BDEACF
(189,234,207)
0 Favorites   0 Comments

Color spaces of #bdeacf

RGB 189234207
HSL0.400.520.83
HSV144°19°92°
CMYK 0.190.000.12   0.08
XYZ61.671674.169470.0972
Yxy74.16940.29950.3602
Hunter Lab86.1217-22.889312.0271
CIE-Lab89.0025-19.73218.3449

#bdeacf color RGB value is (189,234,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 11001111
Octal 275 352 317
Decimal 189 234 207
Hex BD EA CF

RGB Percentages of Color #bdeacf

%30.00
%37.14
%32.86

CMYK Percentages of Color #bdeacf

%19
%0
%12
%8

Triadic Colors of #bdeacf

#bdeacf #cfbdea #eacfbd

Analogous Colors of #bdeacf

#bdeacf #bdeae6 #c2eabd

Monochromatic Colors of #bdeacf

#bdeacf

Complementary Color

#bdeacf #eabdd8

#bdeacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeacf Color CSS Codes

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

#bdeacf Text Font Color

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

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


#bdeacf Background Color

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

This div background color is #bdeacf


#bdeacf Border Color

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

This div border color is #bdeacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeacf


Comments

No comments written yet.

Please login to write comment.