Color Hex Logo

#bfebca Color Hex

#BFEBCA
(191,235,202)
0 Favorites   0 Comments

Color spaces of #bfebca

RGB 191235202
HSL0.380.520.84
HSV135°19°92°
CMYK 0.190.000.14   0.08
XYZ61.854974.757367.0466
Yxy74.75730.30370.3671
Hunter Lab86.4623-23.610614.5476
CIE-Lab89.2792-20.496411.3644

#bfebca color RGB value is (191,235,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101011 11001010
Octal 277 353 312
Decimal 191 235 202
Hex BF EB CA

RGB Percentages of Color #bfebca

%30.41
%37.42
%32.17

CMYK Percentages of Color #bfebca

%19
%0
%14
%8

Triadic Colors of #bfebca

#bfebca #cabfeb #ebcabf

Analogous Colors of #bfebca

#bfebca #bfebe0 #caebbf

Monochromatic Colors of #bfebca

#bfebca

Complementary Color

#bfebca #ebbfe0

#bfebca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfebca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfebca Color CSS Codes

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

#bfebca Text Font Color

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

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


#bfebca Background Color

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

This div background color is #bfebca


#bfebca Border Color

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

This div border color is #bfebca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfebca


Comments

No comments written yet.

Please login to write comment.