Color Hex Logo

#bdecf1 Color Hex

#BDECF1
(189,236,241)
0 Favorites   0 Comments

Color spaces of #bdecf1

RGB 189236241
HSL0.520.650.84
HSV186°22°95°
CMYK 0.220.020.00   0.05
XYZ66.858977.160694.5887
Yxy77.16060.28020.3234
Hunter Lab87.8411-17.8594-2.3556
CIE-Lab90.3955-13.9253-7.3938

#bdecf1 color RGB value is (189,236,241).

#bdecf1 hex color red value is 189, green value is 236 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #bdecf1 hue: 0.52 , saturation: 0.65 and the lightness value of bdecf1 is 0.84.

The process color (four color CMYK) of #bdecf1 color hex is 0.22, 0.02, 0.00, 0.05. Web safe color of #bdecf1 is #ccffff. Color #bdecf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101100 11110001
Octal 275 354 361
Decimal 189 236 241
Hex BD EC F1

RGB Percentages of Color #bdecf1

%28.38
%35.44
%36.19

CMYK Percentages of Color #bdecf1

%22
%2
%0
%5

Triadic Colors of #bdecf1

#bdecf1 #f1bdec #ecf1bd

Analogous Colors of #bdecf1

#bdecf1 #bdd2f1 #bdf1dc

Monochromatic Colors of #bdecf1

#bdecf1

Complementary Color

#bdecf1 #f1c2bd

#bdecf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdecf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdecf1 Color CSS Codes

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

#bdecf1 Text Font Color

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

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


#bdecf1 Background Color

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

This div background color is #bdecf1


#bdecf1 Border Color

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

This div border color is #bdecf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdecf1


Comments

No comments written yet.

Please login to write comment.