Color Hex Logo

#bfe0dd Color Hex

#BFE0DD
(191,224,221)
0 Favorites   0 Comments

Color spaces of #bfe0dd

RGB 191224221
HSL0.480.350.81
HSV175°15°88°
CMYK 0.150.000.01   0.12
XYZ61.192769.608178.6171
Yxy69.60810.29220.3324
Hunter Lab83.4315-15.08452.5333
CIE-Lab86.8043-11.3805-2.1760

#bfe0dd color RGB value is (191,224,221).

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

The process color (four color CMYK) of #bfe0dd color hex is 0.15, 0.00, 0.01, 0.12. Web safe color of #bfe0dd is #cccccc. Color #bfe0dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100000 11011101
Octal 277 340 335
Decimal 191 224 221
Hex BF E0 DD

RGB Percentages of Color #bfe0dd

%30.03
%35.22
%34.75

CMYK Percentages of Color #bfe0dd

%15
%0
%1
%12

Triadic Colors of #bfe0dd

#bfe0dd #ddbfe0 #e0ddbf

Analogous Colors of #bfe0dd

#bfe0dd #bfd3e0 #bfe0cd

Monochromatic Colors of #bfe0dd

#bfe0dd

Complementary Color

#bfe0dd #e0bfc2

#bfe0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe0dd Color CSS Codes

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

#bfe0dd Text Font Color

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

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


#bfe0dd Background Color

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

This div background color is #bfe0dd


#bfe0dd Border Color

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

This div border color is #bfe0dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,224,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 #bfe0dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe0dd


Comments

No comments written yet.

Please login to write comment.