Color Hex Logo

#ebdb67 Color Hex

#EBDB67
(235,219,103)
0 Favorites   0 Comments

Color spaces of #ebdb67

RGB 235219103
HSL0.150.770.66
HSV53°56°92°
CMYK 0.000.070.56   0.08
XYZ62.040669.304522.9392
Yxy69.30450.40210.4492
Hunter Lab83.2493-12.661241.9373
CIE-Lab86.6546-8.750457.9846

#ebdb67 color RGB value is (235,219,103).

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

The process color (four color CMYK) of #ebdb67 color hex is 0.00, 0.07, 0.56, 0.08. Web safe color of #ebdb67 is #ffcc66. Color #ebdb67 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 01100111
Octal 353 333 147
Decimal 235 219 103
Hex EB DB 67

RGB Percentages of Color #ebdb67

%42.19
%39.32
%18.49

CMYK Percentages of Color #ebdb67

%0
%7
%56
%8

Triadic Colors of #ebdb67

#ebdb67 #67ebdb #db67eb

Analogous Colors of #ebdb67

#ebdb67 #b9eb67 #eb9967

Monochromatic Colors of #ebdb67

#ebdb67

Complementary Color

#ebdb67 #6777eb

#ebdb67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdb67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdb67 Color CSS Codes

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

#ebdb67 Text Font Color

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

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


#ebdb67 Background Color

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

This div background color is #ebdb67


#ebdb67 Border Color

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

This div border color is #ebdb67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdb67


Comments

No comments written yet.

Please login to write comment.