Color Hex Logo

#bdeace Color Hex

#BDEACE
(189,234,206)
0 Favorites   0 Comments

Color spaces of #bdeace

RGB 189234206
HSL0.400.520.83
HSV143°19°92°
CMYK 0.190.000.12   0.08
XYZ61.549774.120769.4552
Yxy74.12070.30010.3613
Hunter Lab86.0934-23.050612.4336
CIE-Lab88.9795-19.91848.8341

#bdeace color RGB value is (189,234,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 11001110
Octal 275 352 316
Decimal 189 234 206
Hex BD EA CE

RGB Percentages of Color #bdeace

%30.05
%37.20
%32.75

CMYK Percentages of Color #bdeace

%19
%0
%12
%8

Triadic Colors of #bdeace

#bdeace #cebdea #eacebd

Analogous Colors of #bdeace

#bdeace #bdeae5 #c3eabd

Monochromatic Colors of #bdeace

#bdeace

Complementary Color

#bdeace #eabdd9

#bdeace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeace Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeace Color CSS Codes

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

#bdeace Text Font Color

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

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


#bdeace Background Color

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

This div background color is #bdeace


#bdeace Border Color

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

This div border color is #bdeace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeace


Comments

No comments written yet.

Please login to write comment.