Color Hex Logo

#bdecf7 Color Hex

#BDECF7
(189,236,247)
0 Favorites   0 Comments

Color spaces of #bdecf7

RGB 189236247
HSL0.530.780.85
HSV191°23°97°
CMYK 0.230.040.00   0.03
XYZ67.770277.525199.3877
Yxy77.52510.27700.3168
Hunter Lab88.0483-16.6944-5.2919
CIE-Lab90.5628-12.6351-10.2797

#bdecf7 color RGB value is (189,236,247).

#bdecf7 hex color red value is 189, green value is 236 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #bdecf7 hue: 0.53 , saturation: 0.78 and the lightness value of bdecf7 is 0.85.

The process color (four color CMYK) of #bdecf7 color hex is 0.23, 0.04, 0.00, 0.03. Web safe color of #bdecf7 is #ccffff. Color #bdecf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101100 11110111
Octal 275 354 367
Decimal 189 236 247
Hex BD EC F7

RGB Percentages of Color #bdecf7

%28.13
%35.12
%36.76

CMYK Percentages of Color #bdecf7

%23
%4
%0
%3

Triadic Colors of #bdecf7

#bdecf7 #f7bdec #ecf7bd

Analogous Colors of #bdecf7

#bdecf7 #bdcff7 #bdf7e5

Monochromatic Colors of #bdecf7

#bdecf7

Complementary Color

#bdecf7 #f7c8bd

#bdecf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdecf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdecf7 Color CSS Codes

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

#bdecf7 Text Font Color

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

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


#bdecf7 Background Color

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

This div background color is #bdecf7


#bdecf7 Border Color

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

This div border color is #bdecf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdecf7


Comments

No comments written yet.

Please login to write comment.