Color Hex Logo

#dbfec4 Color Hex

#DBFEC4
(219,254,196)
0 Favorites   0 Comments

Color spaces of #dbfec4

RGB 219254196
HSL0.270.970.88
HSV96°23°100°
CMYK 0.140.000.23   0.00
XYZ74.619089.929265.6498
Yxy89.92920.32420.3907
Hunter Lab94.8310-25.499225.3363
CIE-Lab95.9674-21.363924.0857

#dbfec4 color RGB value is (219,254,196).

#dbfec4 hex color red value is 219, green value is 254 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #dbfec4 hue: 0.27 , saturation: 0.97 and the lightness value of dbfec4 is 0.88.

The process color (four color CMYK) of #dbfec4 color hex is 0.14, 0.00, 0.23, 0.00. Web safe color of #dbfec4 is #ccffcc. Color #dbfec4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111110 11000100
Octal 333 376 304
Decimal 219 254 196
Hex DB FE C4

RGB Percentages of Color #dbfec4

%32.74
%37.97
%29.30

CMYK Percentages of Color #dbfec4

%14
%0
%23
%0

Triadic Colors of #dbfec4

#dbfec4 #c4dbfe #fec4db

Analogous Colors of #dbfec4

#dbfec4 #c4feca #f8fec4

Monochromatic Colors of #dbfec4

#dbfec4

Complementary Color

#dbfec4 #e7c4fe

#dbfec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfec4 Color CSS Codes

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

#dbfec4 Text Font Color

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

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


#dbfec4 Background Color

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

This div background color is #dbfec4


#dbfec4 Border Color

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

This div border color is #dbfec4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,254,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 #dbfec4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfec4


Comments

No comments written yet.

Please login to write comment.