Color Hex Logo

#bdc1ef Color Hex

#BDC1EF
(189,193,239)
0 Favorites   0 Comments

Color spaces of #bdc1ef

RGB 189193239
HSL0.650.610.84
HSV235°21°94°
CMYK 0.210.190.00   0.06
XYZ55.636255.190789.3819
Yxy55.19070.27790.2757
Hunter Lab74.29043.6706-19.3309
CIE-Lab79.15108.1233-23.2130

#bdc1ef color RGB value is (189,193,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000001 11101111
Octal 275 301 357
Decimal 189 193 239
Hex BD C1 EF

RGB Percentages of Color #bdc1ef

%30.43
%31.08
%38.49

CMYK Percentages of Color #bdc1ef

%21
%19
%0
%6

Triadic Colors of #bdc1ef

#bdc1ef #efbdc1 #c1efbd

Analogous Colors of #bdc1ef

#bdc1ef #d2bdef #bddaef

Monochromatic Colors of #bdc1ef

#bdc1ef

Complementary Color

#bdc1ef #efebbd

#bdc1ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc1ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc1ef Color CSS Codes

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

#bdc1ef Text Font Color

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

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


#bdc1ef Background Color

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

This div background color is #bdc1ef


#bdc1ef Border Color

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

This div border color is #bdc1ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,193,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 #bdc1ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc1ef


Comments

No comments written yet.

Please login to write comment.