Color Hex Logo

#bfd4ec Color Hex

#BFD4EC
(191,212,236)
1 Favorites   0 Comments

Color spaces of #bfd4ec

RGB 191212236
HSL0.590.540.84
HSV212°19°93°
CMYK 0.190.100.00   0.07
XYZ60.169764.219588.5812
Yxy64.21950.28250.3015
Hunter Lab80.1371-6.2159-9.4415
CIE-Lab84.0799-2.0570-14.1539

#bfd4ec color RGB value is (191,212,236).

#bfd4ec hex color red value is 191, green value is 212 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bfd4ec hue: 0.59 , saturation: 0.54 and the lightness value of bfd4ec is 0.84.

The process color (four color CMYK) of #bfd4ec color hex is 0.19, 0.10, 0.00, 0.07. Web safe color of #bfd4ec is #ccccff. Color #bfd4ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010100 11101100
Octal 277 324 354
Decimal 191 212 236
Hex BF D4 EC

RGB Percentages of Color #bfd4ec

%29.89
%33.18
%36.93

CMYK Percentages of Color #bfd4ec

%19
%10
%0
%7

Triadic Colors of #bfd4ec

#bfd4ec #ecbfd4 #d4ecbf

Analogous Colors of #bfd4ec

#bfd4ec #c1bfec #bfebec

Monochromatic Colors of #bfd4ec

#bfd4ec

Complementary Color

#bfd4ec #ecd7bf

#bfd4ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd4ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd4ec Color CSS Codes

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

#bfd4ec Text Font Color

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

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


#bfd4ec Background Color

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

This div background color is #bfd4ec


#bfd4ec Border Color

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

This div border color is #bfd4ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd4ec

#bfd4ec Color Palettes


Comments

No comments written yet.

Please login to write comment.