Color Hex Logo

#bfebcc Color Hex

#BFEBCC
(191,235,204)
0 Favorites   0 Comments

Color spaces of #bfebcc

RGB 191235204
HSL0.380.520.84
HSV138°19°92°
CMYK 0.190.000.13   0.08
XYZ62.093374.852768.3021
Yxy74.85270.30250.3647
Hunter Lab86.5175-23.296713.7551
CIE-Lab89.3240-20.133410.3861

#bfebcc color RGB value is (191,235,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101011 11001100
Octal 277 353 314
Decimal 191 235 204
Hex BF EB CC

RGB Percentages of Color #bfebcc

%30.32
%37.30
%32.38

CMYK Percentages of Color #bfebcc

%19
%0
%13
%8

Triadic Colors of #bfebcc

#bfebcc #ccbfeb #ebccbf

Analogous Colors of #bfebcc

#bfebcc #bfebe2 #c8ebbf

Monochromatic Colors of #bfebcc

#bfebcc

Complementary Color

#bfebcc #ebbfde

#bfebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfebcc Color CSS Codes

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

#bfebcc Text Font Color

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

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


#bfebcc Background Color

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

This div background color is #bfebcc


#bfebcc Border Color

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

This div border color is #bfebcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfebcc


Comments

No comments written yet.

Please login to write comment.