Color Hex Logo

#befccd Color Hex

#BEFCCD
(190,252,205)
0 Favorites   0 Comments

Color spaces of #befccd

RGB 190252205
HSL0.370.910.87
HSV135°25°99°
CMYK 0.250.000.19   0.01
XYZ67.065184.975770.6249
Yxy84.97570.30120.3816
Hunter Lab92.1823-31.455419.1029
CIE-Lab93.8726-28.456416.3095

#befccd color RGB value is (190,252,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111100 11001101
Octal 276 374 315
Decimal 190 252 205
Hex BE FC CD

RGB Percentages of Color #befccd

%29.37
%38.95
%31.68

CMYK Percentages of Color #befccd

%25
%0
%19
%1

Triadic Colors of #befccd

#befccd #cdbefc #fccdbe

Analogous Colors of #befccd

#befccd #befcec #cefcbe

Monochromatic Colors of #befccd

#befccd

Complementary Color

#befccd #fcbeed

#befccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#befccd Color CSS Codes

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

#befccd Text Font Color

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

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


#befccd Background Color

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

This div background color is #befccd


#befccd Border Color

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

This div border color is #befccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befccd


Comments

No comments written yet.

Please login to write comment.