Color Hex Logo

#befdcc Color Hex

#BEFDCC
(190,253,204)
0 Favorites   0 Comments

Color spaces of #befdcc

RGB 190253204
HSL0.370.940.87
HSV133°25°99°
CMYK 0.250.000.19   0.01
XYZ67.259685.557370.0960
Yxy85.55730.30170.3838
Hunter Lab92.4972-32.073319.8170
CIE-Lab94.1227-29.104517.1739

#befdcc color RGB value is (190,253,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111101 11001100
Octal 276 375 314
Decimal 190 253 204
Hex BE FD CC

RGB Percentages of Color #befdcc

%29.37
%39.10
%31.53

CMYK Percentages of Color #befdcc

%25
%0
%19
%1

Triadic Colors of #befdcc

#befdcc #ccbefd #fdccbe

Analogous Colors of #befdcc

#befdcc #befdec #d0fdbe

Monochromatic Colors of #befdcc

#befdcc

Complementary Color

#befdcc #fdbeef

#befdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#befdcc Color CSS Codes

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

#befdcc Text Font Color

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

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


#befdcc Background Color

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

This div background color is #befdcc


#befdcc Border Color

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

This div border color is #befdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befdcc

Related Colors


Comments

No comments written yet.

Please login to write comment.