Color Hex Logo

#bdeae7 Color Hex

#BDEAE7
(189,234,231)
0 Favorites   0 Comments

Color spaces of #bdeae7

RGB 189234231
HSL0.490.520.83
HSV176°19°92°
CMYK 0.190.000.01   0.08
XYZ64.832975.434086.7445
Yxy75.43400.28560.3323
Hunter Lab86.8527-18.74761.5808
CIE-Lab89.5959-15.0166-3.3442

#bdeae7 color RGB value is (189,234,231).

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

The process color (four color CMYK) of #bdeae7 color hex is 0.19, 0.00, 0.01, 0.08. Web safe color of #bdeae7 is #ccffff. Color #bdeae7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 11100111
Octal 275 352 347
Decimal 189 234 231
Hex BD EA E7

RGB Percentages of Color #bdeae7

%28.90
%35.78
%35.32

CMYK Percentages of Color #bdeae7

%19
%0
%1
%8

Triadic Colors of #bdeae7

#bdeae7 #e7bdea #eae7bd

Analogous Colors of #bdeae7

#bdeae7 #bdd7ea #bdead1

Monochromatic Colors of #bdeae7

#bdeae7

Complementary Color

#bdeae7 #eabdc0

#bdeae7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeae7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeae7 Color CSS Codes

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

#bdeae7 Text Font Color

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

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


#bdeae7 Background Color

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

This div background color is #bdeae7


#bdeae7 Border Color

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

This div border color is #bdeae7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeae7


Comments

No comments written yet.

Please login to write comment.