Color Hex Logo

#bfeec3 Color Hex

#BFEEC3
(191,238,195)
0 Favorites   0 Comments

Color spaces of #bfeec3

RGB 191238195
HSL0.350.580.84
HSV125°20°93°
CMYK 0.200.000.18   0.07
XYZ61.910776.165663.0681
Yxy76.16560.30780.3787
Hunter Lab87.2729-26.101118.2449
CIE-Lab89.9362-23.198015.9316

#bfeec3 color RGB value is (191,238,195).

#bfeec3 hex color red value is 191, green value is 238 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #bfeec3 hue: 0.35 , saturation: 0.58 and the lightness value of bfeec3 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101110 11000011
Octal 277 356 303
Decimal 191 238 195
Hex BF EE C3

RGB Percentages of Color #bfeec3

%30.61
%38.14
%31.25

CMYK Percentages of Color #bfeec3

%20
%0
%18
%7

Triadic Colors of #bfeec3

#bfeec3 #c3bfee #eec3bf

Analogous Colors of #bfeec3

#bfeec3 #bfeedb #d3eebf

Monochromatic Colors of #bfeec3

#bfeec3

Complementary Color

#bfeec3 #eebfea

#bfeec3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfeec3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfeec3 Color CSS Codes

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

#bfeec3 Text Font Color

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

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


#bfeec3 Background Color

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

This div background color is #bfeec3


#bfeec3 Border Color

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

This div border color is #bfeec3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfeec3


Comments

No comments written yet.

Please login to write comment.