Color Hex Logo

#bdcff4 Color Hex

#BDCFF4
(189,207,244)
0 Favorites   0 Comments

Color spaces of #bdcff4

RGB 189207244
HSL0.610.710.85
HSV220°23°96°
CMYK 0.230.150.00   0.04
XYZ59.628261.976194.4078
Yxy61.97610.27600.2869
Hunter Lab78.7249-2.5682-15.9938
CIE-Lab82.90071.7341-20.1941

#bdcff4 color RGB value is (189,207,244).

#bdcff4 hex color red value is 189, green value is 207 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #bdcff4 hue: 0.61 , saturation: 0.71 and the lightness value of bdcff4 is 0.85.

The process color (four color CMYK) of #bdcff4 color hex is 0.23, 0.15, 0.00, 0.04. Web safe color of #bdcff4 is #ccccff. Color #bdcff4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001111 11110100
Octal 275 317 364
Decimal 189 207 244
Hex BD CF F4

RGB Percentages of Color #bdcff4

%29.53
%32.34
%38.13

CMYK Percentages of Color #bdcff4

%23
%15
%0
%4

Triadic Colors of #bdcff4

#bdcff4 #f4bdcf #cff4bd

Analogous Colors of #bdcff4

#bdcff4 #c7bdf4 #bdebf4

Monochromatic Colors of #bdcff4

#bdcff4

Complementary Color

#bdcff4 #f4e2bd

#bdcff4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcff4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcff4 Color CSS Codes

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

#bdcff4 Text Font Color

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

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


#bdcff4 Background Color

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

This div background color is #bdcff4


#bdcff4 Border Color

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

This div border color is #bdcff4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcff4


Comments

No comments written yet.

Please login to write comment.