Color Hex Logo

#bfeddd Color Hex

#BFEDDD
(191,237,221)
0 Favorites   0 Comments

Color spaces of #bfeddd

RGB 191237221
HSL0.440.560.84
HSV159°19°93°
CMYK 0.190.000.07   0.07
XYZ64.821276.865279.8266
Yxy76.86520.29260.3470
Hunter Lab87.6728-21.45287.3871
CIE-Lab90.2595-17.90362.8659

#bfeddd color RGB value is (191,237,221).

#bfeddd hex color red value is 191, green value is 237 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bfeddd hue: 0.44 , saturation: 0.56 and the lightness value of bfeddd is 0.84.

The process color (four color CMYK) of #bfeddd color hex is 0.19, 0.00, 0.07, 0.07. Web safe color of #bfeddd is #ccffcc. Color #bfeddd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101101 11011101
Octal 277 355 335
Decimal 191 237 221
Hex BF ED DD

RGB Percentages of Color #bfeddd

%29.43
%36.52
%34.05

CMYK Percentages of Color #bfeddd

%19
%0
%7
%7

Triadic Colors of #bfeddd

#bfeddd #ddbfed #edddbf

Analogous Colors of #bfeddd

#bfeddd #bfe6ed #bfedc6

Monochromatic Colors of #bfeddd

#bfeddd

Complementary Color

#bfeddd #edbfcf

#bfeddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfeddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfeddd Color CSS Codes

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

#bfeddd Text Font Color

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

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


#bfeddd Background Color

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

This div background color is #bfeddd


#bfeddd Border Color

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

This div border color is #bfeddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfeddd


Comments

No comments written yet.

Please login to write comment.