color codes Logo

#ebdf84 color codes

#EBDF84
(235,223,132)
0 Favorites   0 Comments

Color spaces of #ebdf84

RGB 235223132
HSL0.150.720.72
HSV53°44°92°
CMYK 0.000.050.44   0.08
XYZ64.813572.103532.3311
Yxy72.10350.38290.4260
Hunter Lab84.9138-12.352636.8649
CIE-Lab88.0184-8.260945.9131

#ebdf84 color RGB value is (235,223,132).

#ebdf84 hex color red value is 235, green value is 223 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #ebdf84 hue: 0.15 , saturation: 0.72 and the lightness value of ebdf84 is 0.72.

The process color (four color CMYK) of #ebdf84 color code is 0.00, 0.05, 0.44, 0.08. Web safe color of #ebdf84 is #ffcc99. Color #ebdf84 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 10000100
Octal 353 337 204
Decimal 235 223 132
Hex EB DF 84

RGB Percentages of Color #ebdf84

%39.83
%37.80
%22.37

CMYK Percentages of Color #ebdf84

%0
%5
%44
%8

Triadic Colors of #ebdf84

#ebdf84 #84ebdf #df84eb

Analogous Colors of #ebdf84

#ebdf84 #c4eb84 #ebac84

Monochromatic Colors of #ebdf84

#ebdf84

Complementary Color

#ebdf84 #8490eb

#ebdf84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdf84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdf84 Color CSS Codes

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

#ebdf84 Text Font Color

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

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


#ebdf84 Background Color

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

This div background color is #ebdf84


#ebdf84 Border Color

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

This div border color is #ebdf84


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,223,132, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdf84


Comments

No comments written yet.

Please login to write comment.