Color Hex Logo

#bdc7ef Color Hex

#BDC7EF
(189,199,239)
0 Favorites   0 Comments

Color spaces of #bdc7ef

RGB 189199239
HSL0.630.610.84
HSV228°21°94°
CMYK 0.210.170.00   0.06
XYZ56.989757.897789.8330
Yxy57.89770.27840.2828
Hunter Lab76.09050.5331-16.7348
CIE-Lab80.68194.8892-20.8880

#bdc7ef color RGB value is (189,199,239).

#bdc7ef hex color red value is 189, green value is 199 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bdc7ef hue: 0.63 , saturation: 0.61 and the lightness value of bdc7ef is 0.84.

The process color (four color CMYK) of #bdc7ef color hex is 0.21, 0.17, 0.00, 0.06. Web safe color of #bdc7ef is #ccccff. Color #bdc7ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000111 11101111
Octal 275 307 357
Decimal 189 199 239
Hex BD C7 EF

RGB Percentages of Color #bdc7ef

%30.14
%31.74
%38.12

CMYK Percentages of Color #bdc7ef

%21
%17
%0
%6

Triadic Colors of #bdc7ef

#bdc7ef #efbdc7 #c7efbd

Analogous Colors of #bdc7ef

#bdc7ef #ccbdef #bde0ef

Monochromatic Colors of #bdc7ef

#bdc7ef

Complementary Color

#bdc7ef #efe5bd

#bdc7ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc7ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc7ef Color CSS Codes

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

#bdc7ef Text Font Color

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

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


#bdc7ef Background Color

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

This div background color is #bdc7ef


#bdc7ef Border Color

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

This div border color is #bdc7ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc7ef


Comments

No comments written yet.

Please login to write comment.