Color Hex Logo

#bfedcc Color Hex

#BFEDCC
(191,237,204)
0 Favorites   0 Comments

Color spaces of #bfedcc

RGB 191237204
HSL0.380.560.84
HSV137°19°93°
CMYK 0.190.000.14   0.07
XYZ62.669176.004468.4940
Yxy76.00440.30250.3669
Hunter Lab87.1805-24.252414.4447
CIE-Lab89.8614-21.113011.1525

#bfedcc color RGB value is (191,237,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101101 11001100
Octal 277 355 314
Decimal 191 237 204
Hex BF ED CC

RGB Percentages of Color #bfedcc

%30.22
%37.50
%32.28

CMYK Percentages of Color #bfedcc

%19
%0
%14
%7

Triadic Colors of #bfedcc

#bfedcc #ccbfed #edccbf

Analogous Colors of #bfedcc

#bfedcc #bfede3 #c9edbf

Monochromatic Colors of #bfedcc

#bfedcc

Complementary Color

#bfedcc #edbfe0

#bfedcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfedcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfedcc Color CSS Codes

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

#bfedcc Text Font Color

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

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


#bfedcc Background Color

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

This div background color is #bfedcc


#bfedcc Border Color

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

This div border color is #bfedcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfedcc


Comments

No comments written yet.

Please login to write comment.