Color Hex Logo

#befcbc Color Hex

#BEFCBC
(190,252,188)
0 Favorites   0 Comments

Color spaces of #befcbc

RGB 190252188
HSL0.330.910.86
HSV118°25°99°
CMYK 0.250.000.25   0.01
XYZ65.122784.198860.3966
Yxy84.19880.31050.4015
Hunter Lab91.7599-33.897025.2071
CIE-Lab93.5368-31.348324.5275

#befcbc color RGB value is (190,252,188).

#befcbc hex color red value is 190, green value is 252 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #befcbc hue: 0.33 , saturation: 0.91 and the lightness value of befcbc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111100 10111100
Octal 276 374 274
Decimal 190 252 188
Hex BE FC BC

RGB Percentages of Color #befcbc

%30.16
%40.00
%29.84

CMYK Percentages of Color #befcbc

%25
%0
%25
%1

Triadic Colors of #befcbc

#befcbc #bcbefc #fcbcbe

Analogous Colors of #befcbc

#befcbc #bcfcda #defcbc

Monochromatic Colors of #befcbc

#befcbc

Complementary Color

#befcbc #fabcfc

#befcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#befcbc Color CSS Codes

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

#befcbc Text Font Color

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

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


#befcbc Background Color

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

This div background color is #befcbc


#befcbc Border Color

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

This div border color is #befcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befcbc


Comments

No comments written yet.

Please login to write comment.