Color Hex Logo

#dbe771 Color Hex

#DBE771
(219,231,113)
0 Favorites   0 Comments

Color spaces of #dbe771

RGB 219231113
HSL0.180.710.67
HSV66°51°91°
CMYK 0.050.000.51   0.09
XYZ60.770073.404226.5883
Yxy73.40420.37800.4566
Hunter Lab85.6763-23.323741.5736
CIE-Lab88.6401-20.290055.4053

#dbe771 color RGB value is (219,231,113).

#dbe771 hex color red value is 219, green value is 231 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #dbe771 hue: 0.18 , saturation: 0.71 and the lightness value of dbe771 is 0.67.

The process color (four color CMYK) of #dbe771 color hex is 0.05, 0.00, 0.51, 0.09. Web safe color of #dbe771 is #ccff66. Color #dbe771 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100111 01110001
Octal 333 347 161
Decimal 219 231 113
Hex DB E7 71

RGB Percentages of Color #dbe771

%38.90
%41.03
%20.07

CMYK Percentages of Color #dbe771

%5
%0
%51
%9

Triadic Colors of #dbe771

#dbe771 #71dbe7 #e771db

Analogous Colors of #dbe771

#dbe771 #a0e771 #e7b871

Monochromatic Colors of #dbe771

#dbe771

Complementary Color

#dbe771 #7d71e7

#dbe771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe771 Color CSS Codes

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

#dbe771 Text Font Color

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

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


#dbe771 Background Color

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

This div background color is #dbe771


#dbe771 Border Color

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

This div border color is #dbe771


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,231,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe771


Comments

No comments written yet.

Please login to write comment.