Color Hex Logo

#bddfe9 Color Hex

#BDDFE9
(189,223,233)
0 Favorites   0 Comments

Color spaces of #bddfe9

RGB 189223233
HSL0.540.500.83
HSV194°19°91°
CMYK 0.190.040.00   0.09
XYZ62.081969.477487.2292
Yxy69.47740.28380.3176
Hunter Lab83.3531-12.9200-3.6999
CIE-Lab86.7399-9.0218-8.6130

#bddfe9 color RGB value is (189,223,233).

#bddfe9 hex color red value is 189, green value is 223 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #bddfe9 hue: 0.54 , saturation: 0.50 and the lightness value of bddfe9 is 0.83.

The process color (four color CMYK) of #bddfe9 color hex is 0.19, 0.04, 0.00, 0.09. Web safe color of #bddfe9 is #ccccff. Color #bddfe9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 11101001
Octal 275 337 351
Decimal 189 223 233
Hex BD DF E9

RGB Percentages of Color #bddfe9

%29.30
%34.57
%36.12

CMYK Percentages of Color #bddfe9

%19
%4
%0
%9

Triadic Colors of #bddfe9

#bddfe9 #e9bddf #dfe9bd

Analogous Colors of #bddfe9

#bddfe9 #bdc9e9 #bde9dd

Monochromatic Colors of #bddfe9

#bddfe9

Complementary Color

#bddfe9 #e9c7bd

#bddfe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddfe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddfe9 Color CSS Codes

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

#bddfe9 Text Font Color

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

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


#bddfe9 Background Color

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

This div background color is #bddfe9


#bddfe9 Border Color

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

This div border color is #bddfe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddfe9

#bddfe9 Color Palettes


Comments

No comments written yet.

Please login to write comment.