Color Hex Logo

#ecdf75 Color Hex

#ECDF75
(236,223,117)
0 Favorites   0 Comments

Color spaces of #ecdf75

RGB 236223117
HSL0.150.760.69
HSV53°50°93°
CMYK 0.000.060.50   0.07
XYZ64.190671.892627.3231
Yxy71.89260.39280.4400
Hunter Lab84.7895-13.246740.2467
CIE-Lab87.9169-9.237753.0172

#ecdf75 color RGB value is (236,223,117).

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

The process color (four color CMYK) of #ecdf75 color hex is 0.00, 0.06, 0.50, 0.07. Web safe color of #ecdf75 is #ffcc66. Color #ecdf75 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011111 01110101
Octal 354 337 165
Decimal 236 223 117
Hex EC DF 75

RGB Percentages of Color #ecdf75

%40.97
%38.72
%20.31

CMYK Percentages of Color #ecdf75

%0
%6
%50
%7

Triadic Colors of #ecdf75

#ecdf75 #75ecdf #df75ec

Analogous Colors of #ecdf75

#ecdf75 #beec75 #eca475

Monochromatic Colors of #ecdf75

#ecdf75

Complementary Color

#ecdf75 #7582ec

#ecdf75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdf75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdf75 Color CSS Codes

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

#ecdf75 Text Font Color

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

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


#ecdf75 Background Color

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

This div background color is #ecdf75


#ecdf75 Border Color

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

This div border color is #ecdf75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdf75


Comments

No comments written yet.

Please login to write comment.