Color Hex Logo

#ebdf75 Color Hex

#EBDF75
(235,223,117)
0 Favorites   0 Comments

Color spaces of #ebdf75

RGB 235223117
HSL0.150.750.69
HSV54°50°92°
CMYK 0.000.050.50   0.08
XYZ63.859571.721927.3076
Yxy71.72190.39200.4403
Hunter Lab84.6888-13.607640.1643
CIE-Lab87.8346-9.638552.8991

#ebdf75 color RGB value is (235,223,117).

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

The process color (four color CMYK) of #ebdf75 color hex is 0.00, 0.05, 0.50, 0.08. Web safe color of #ebdf75 is #ffcc66. Color #ebdf75 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 01110101
Octal 353 337 165
Decimal 235 223 117
Hex EB DF 75

RGB Percentages of Color #ebdf75

%40.87
%38.78
%20.35

CMYK Percentages of Color #ebdf75

%0
%5
%50
%8

Triadic Colors of #ebdf75

#ebdf75 #75ebdf #df75eb

Analogous Colors of #ebdf75

#ebdf75 #bceb75 #eba475

Monochromatic Colors of #ebdf75

#ebdf75

Complementary Color

#ebdf75 #7581eb

#ebdf75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdf75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdf75 Color CSS Codes

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

#ebdf75 Text Font Color

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

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


#ebdf75 Background Color

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

This div background color is #ebdf75


#ebdf75 Border Color

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

This div border color is #ebdf75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdf75


Comments

No comments written yet.

Please login to write comment.