Color Hex Logo

#bfe2dd Color Hex

#BFE2DD
(191,226,221)
0 Favorites   0 Comments

Color spaces of #bfe2dd

RGB 191226221
HSL0.480.380.82
HSV171°15°89°
CMYK 0.150.000.02   0.11
XYZ61.733470.689578.7974
Yxy70.68950.29230.3347
Hunter Lab84.0770-16.07163.2871
CIE-Lab87.3339-12.3955-1.3998

#bfe2dd color RGB value is (191,226,221).

#bfe2dd hex color red value is 191, green value is 226 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bfe2dd hue: 0.48 , saturation: 0.38 and the lightness value of bfe2dd is 0.82.

The process color (four color CMYK) of #bfe2dd color hex is 0.15, 0.00, 0.02, 0.11. Web safe color of #bfe2dd is #cccccc. Color #bfe2dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100010 11011101
Octal 277 342 335
Decimal 191 226 221
Hex BF E2 DD

RGB Percentages of Color #bfe2dd

%29.94
%35.42
%34.64

CMYK Percentages of Color #bfe2dd

%15
%0
%2
%11

Triadic Colors of #bfe2dd

#bfe2dd #ddbfe2 #e2ddbf

Analogous Colors of #bfe2dd

#bfe2dd #bfd6e2 #bfe2cc

Monochromatic Colors of #bfe2dd

#bfe2dd

Complementary Color

#bfe2dd #e2bfc4

#bfe2dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe2dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe2dd Color CSS Codes

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

#bfe2dd Text Font Color

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

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


#bfe2dd Background Color

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

This div background color is #bfe2dd


#bfe2dd Border Color

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

This div border color is #bfe2dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe2dd


Comments

No comments written yet.

Please login to write comment.