Color Hex Logo

#bffcc4 Color Hex

#BFFCC4
(191,252,196)
0 Favorites   0 Comments

Color spaces of #bffcc4

RGB 191252196
HSL0.350.910.87
HSV125°24°99°
CMYK 0.240.000.22   0.01
XYZ66.260184.682765.0777
Yxy84.68270.30670.3920
Hunter Lab92.0232-32.514022.4871
CIE-Lab93.7462-29.699620.7483

#bffcc4 color RGB value is (191,252,196).

#bffcc4 hex color red value is 191, green value is 252 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #bffcc4 hue: 0.35 , saturation: 0.91 and the lightness value of bffcc4 is 0.87.

The process color (four color CMYK) of #bffcc4 color hex is 0.24, 0.00, 0.22, 0.01. Web safe color of #bffcc4 is #ccffcc. Color #bffcc4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111100 11000100
Octal 277 374 304
Decimal 191 252 196
Hex BF FC C4

RGB Percentages of Color #bffcc4

%29.89
%39.44
%30.67

CMYK Percentages of Color #bffcc4

%24
%0
%22
%1

Triadic Colors of #bffcc4

#bffcc4 #c4bffc #fcc4bf

Analogous Colors of #bffcc4

#bffcc4 #bffce3 #d9fcbf

Monochromatic Colors of #bffcc4

#bffcc4

Complementary Color

#bffcc4 #fcbff7

#bffcc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bffcc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bffcc4 Color CSS Codes

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

#bffcc4 Text Font Color

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

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


#bffcc4 Background Color

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

This div background color is #bffcc4


#bffcc4 Border Color

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

This div border color is #bffcc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bffcc4


Comments

No comments written yet.

Please login to write comment.