Color Hex Logo

#bdcfe8 Color Hex

#BDCFE8
(189,207,232)
0 Favorites   0 Comments

Color spaces of #bdcfe8

RGB 189207232
HSL0.600.480.83
HSV215°19°91°
CMYK 0.190.110.00   0.09
XYZ57.864661.270785.1206
Yxy61.27070.28330.3000
Hunter Lab78.2756-5.0276-9.6818
CIE-Lab82.5241-0.9046-14.3728

#bdcfe8 color RGB value is (189,207,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001111 11101000
Octal 275 317 350
Decimal 189 207 232
Hex BD CF E8

RGB Percentages of Color #bdcfe8

%30.10
%32.96
%36.94

CMYK Percentages of Color #bdcfe8

%19
%11
%0
%9

Triadic Colors of #bdcfe8

#bdcfe8 #e8bdcf #cfe8bd

Analogous Colors of #bdcfe8

#bdcfe8 #c1bde8 #bde5e8

Monochromatic Colors of #bdcfe8

#bdcfe8

Complementary Color

#bdcfe8 #e8d6bd

#bdcfe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcfe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcfe8 Color CSS Codes

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

#bdcfe8 Text Font Color

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

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


#bdcfe8 Background Color

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

This div background color is #bdcfe8


#bdcfe8 Border Color

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

This div border color is #bdcfe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcfe8


Comments

No comments written yet.

Please login to write comment.