Color Hex Logo

#bfe2dc Color Hex

#BFE2DC
(191,226,220)
0 Favorites   0 Comments

Color spaces of #bfe2dc

RGB 191226220
HSL0.470.380.82
HSV170°15°89°
CMYK 0.150.000.03   0.11
XYZ61.600570.636478.0976
Yxy70.63640.29290.3358
Hunter Lab84.0455-16.24933.7378
CIE-Lab87.3081-12.5949-0.9113

#bfe2dc color RGB value is (191,226,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100010 11011100
Octal 277 342 334
Decimal 191 226 220
Hex BF E2 DC

RGB Percentages of Color #bfe2dc

%29.98
%35.48
%34.54

CMYK Percentages of Color #bfe2dc

%15
%0
%3
%11

Triadic Colors of #bfe2dc

#bfe2dc #dcbfe2 #e2dcbf

Analogous Colors of #bfe2dc

#bfe2dc #bfd7e2 #bfe2cb

Monochromatic Colors of #bfe2dc

#bfe2dc

Complementary Color

#bfe2dc #e2bfc5

#bfe2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe2dc Color CSS Codes

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

#bfe2dc Text Font Color

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

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


#bfe2dc Background Color

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

This div background color is #bfe2dc


#bfe2dc Border Color

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

This div border color is #bfe2dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe2dc


Comments

No comments written yet.

Please login to write comment.