Color Hex Logo

#dbec67 Color Hex

#DBEC67
(219,236,103)
0 Favorites   0 Comments

Color spaces of #dbec67

RGB 219236103
HSL0.190.780.66
HSV68°56°93°
CMYK 0.070.000.56   0.07
XYZ61.657176.030224.2576
Yxy76.03020.38070.4695
Hunter Lab87.1953-26.371844.5423
CIE-Lab89.8734-23.519861.2966

#dbec67 color RGB value is (219,236,103).

#dbec67 hex color red value is 219, green value is 236 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #dbec67 hue: 0.19 , saturation: 0.78 and the lightness value of dbec67 is 0.66.

The process color (four color CMYK) of #dbec67 color hex is 0.07, 0.00, 0.56, 0.07. Web safe color of #dbec67 is #ccff66. Color #dbec67 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 01100111
Octal 333 354 147
Decimal 219 236 103
Hex DB EC 67

RGB Percentages of Color #dbec67

%39.25
%42.29
%18.46

CMYK Percentages of Color #dbec67

%7
%0
%56
%7

Triadic Colors of #dbec67

#dbec67 #67dbec #ec67db

Analogous Colors of #dbec67

#dbec67 #99ec67 #ecbb67

Monochromatic Colors of #dbec67

#dbec67

Complementary Color

#dbec67 #7867ec

#dbec67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbec67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbec67 Color CSS Codes

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

#dbec67 Text Font Color

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

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


#dbec67 Background Color

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

This div background color is #dbec67


#dbec67 Border Color

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

This div border color is #dbec67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbec67


Comments

No comments written yet.

Please login to write comment.