Color Hex Logo

#bfdae4 Color Hex

#BFDAE4
(191,218,228)
0 Favorites   0 Comments

Color spaces of #bfdae4

RGB 191218228
HSL0.550.410.82
HSV196°16°89°
CMYK 0.160.040.00   0.11
XYZ60.560966.820683.1046
Yxy66.82060.28770.3175
Hunter Lab81.7439-10.8080-3.0563
CIE-Lab85.4133-6.8757-7.9252

#bfdae4 color RGB value is (191,218,228).

#bfdae4 hex color red value is 191, green value is 218 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #bfdae4 hue: 0.55 , saturation: 0.41 and the lightness value of bfdae4 is 0.82.

The process color (four color CMYK) of #bfdae4 color hex is 0.16, 0.04, 0.00, 0.11. Web safe color of #bfdae4 is #cccccc. Color #bfdae4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011010 11100100
Octal 277 332 344
Decimal 191 218 228
Hex BF DA E4

RGB Percentages of Color #bfdae4

%29.98
%34.22
%35.79

CMYK Percentages of Color #bfdae4

%16
%4
%0
%11

Triadic Colors of #bfdae4

#bfdae4 #e4bfda #dae4bf

Analogous Colors of #bfdae4

#bfdae4 #bfc8e4 #bfe4dc

Monochromatic Colors of #bfdae4

#bfdae4

Complementary Color

#bfdae4 #e4c9bf

#bfdae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdae4 Color CSS Codes

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

#bfdae4 Text Font Color

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

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


#bfdae4 Background Color

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

This div background color is #bfdae4


#bfdae4 Border Color

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

This div border color is #bfdae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdae4


Comments

No comments written yet.

Please login to write comment.