Color Hex Logo

#edca68 Color Hex

#EDCA68
(237,202,104)
0 Favorites   0 Comments

Color spaces of #edca68

RGB 237202104
HSL0.120.790.67
HSV44°56°93°
CMYK 0.000.150.56   0.07
XYZ58.544361.245121.8326
Yxy61.24510.41340.4325
Hunter Lab78.2592-3.421138.2409
CIE-Lab82.51030.807352.7845

#edca68 color RGB value is (237,202,104).

#edca68 hex color red value is 237, green value is 202 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #edca68 hue: 0.12 , saturation: 0.79 and the lightness value of edca68 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 01101000
Octal 355 312 150
Decimal 237 202 104
Hex ED CA 68

RGB Percentages of Color #edca68

%43.65
%37.20
%19.15

CMYK Percentages of Color #edca68

%0
%15
%56
%7

Triadic Colors of #edca68

#edca68 #68edca #ca68ed

Analogous Colors of #edca68

#edca68 #ceed68 #ed8868

Monochromatic Colors of #edca68

#edca68

Complementary Color

#edca68 #688bed

#edca68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edca68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edca68 Color CSS Codes

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

#edca68 Text Font Color

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

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


#edca68 Background Color

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

This div background color is #edca68


#edca68 Border Color

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

This div border color is #edca68


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,202,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #edca68; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #edca68;
  -webkit-box-shadow: 1px 1px 3px 2px #edca68;
  box-shadow:         1px 1px 3px 2px #edca68; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,202,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edca68


Comments

No comments written yet.

Please login to write comment.