color codes Logo

#ebca68 color codes

#EBCA68
(235,202,104)
0 Favorites   0 Comments

Color spaces of #ebca68

RGB 235202104
HSL0.120.770.66
HSV45°56°92°
CMYK 0.000.140.56   0.08
XYZ57.880260.902721.8015
Yxy60.90270.41170.4332
Hunter Lab78.0402-4.181938.0647
CIE-Lab82.3264-0.014652.5230

#ebca68 color RGB value is (235,202,104).

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

The process color (four color CMYK) of #ebca68 color code is 0.00, 0.14, 0.56, 0.08. Web safe color of #ebca68 is #ffcc66. Color #ebca68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001010 01101000
Octal 353 312 150
Decimal 235 202 104
Hex EB CA 68

RGB Percentages of Color #ebca68

%43.44
%37.34
%19.22

CMYK Percentages of Color #ebca68

%0
%14
%56
%8

Triadic Colors of #ebca68

#ebca68 #68ebca #ca68eb

Analogous Colors of #ebca68

#ebca68 #cbeb68 #eb8968

Monochromatic Colors of #ebca68

#ebca68

Complementary Color

#ebca68 #6889eb

#ebca68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebca68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebca68 Color CSS Codes

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

#ebca68 Text Font Color

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

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


#ebca68 Background Color

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

This div background color is #ebca68


#ebca68 Border Color

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

This div border color is #ebca68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebca68


Comments

No comments written yet.

Please login to write comment.