Color Hex Logo

#ebce20 Color Hex

#EBCE20
(235,206,32)
0 Favorites   0 Comments

Color spaces of #ebce20

RGB 23520632
HSL0.140.840.52
HSV51°86°92°
CMYK 0.000.120.86   0.08
XYZ56.593061.909110.3334
Yxy61.90910.43930.4805
Hunter Lab78.6823-9.306347.2910
CIE-Lab82.8651-5.501679.2298

#ebce20 color RGB value is (235,206,32).

#ebce20 hex color red value is 235, green value is 206 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #ebce20 hue: 0.14 , saturation: 0.84 and the lightness value of ebce20 is 0.52.

The process color (four color CMYK) of #ebce20 color hex is 0.00, 0.12, 0.86, 0.08. Web safe color of #ebce20 is #ffcc33. Color #ebce20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001110 00100000
Octal 353 316 40
Decimal 235 206 32
Hex EB CE 20

RGB Percentages of Color #ebce20

%49.68
%43.55
%6.77

CMYK Percentages of Color #ebce20

%0
%12
%86
%8

Triadic Colors of #ebce20

#ebce20 #20ebce #ce20eb

Analogous Colors of #ebce20

#ebce20 #a3eb20 #eb6920

Monochromatic Colors of #ebce20

#ebce20

Complementary Color

#ebce20 #203deb

#ebce20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebce20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebce20 Color CSS Codes

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

#ebce20 Text Font Color

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

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


#ebce20 Background Color

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

This div background color is #ebce20


#ebce20 Border Color

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

This div border color is #ebce20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebce20


Comments

No comments written yet.

Please login to write comment.