color codes Logo

#ebe06b color codes

#EBE06B
(235,224,107)
0 Favorites   0 Comments

Color spaces of #ebe06b

RGB 235224107
HSL0.150.760.67
HSV55°54°92°
CMYK 0.000.050.54   0.08
XYZ63.570472.035024.4635
Yxy72.03500.39710.4500
Hunter Lab84.8734-14.831642.3219
CIE-Lab87.9854-10.950657.6994

#ebe06b color RGB value is (235,224,107).

#ebe06b hex color red value is 235, green value is 224 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ebe06b hue: 0.15 , saturation: 0.76 and the lightness value of ebe06b is 0.67.

The process color (four color CMYK) of #ebe06b color code is 0.00, 0.05, 0.54, 0.08. Web safe color of #ebe06b is #ffcc66. Color #ebe06b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100000 01101011
Octal 353 340 153
Decimal 235 224 107
Hex EB E0 6B

RGB Percentages of Color #ebe06b

%41.52
%39.58
%18.90

CMYK Percentages of Color #ebe06b

%0
%5
%54
%8

Triadic Colors of #ebe06b

#ebe06b #6bebe0 #e06beb

Analogous Colors of #ebe06b

#ebe06b #b6eb6b #eba06b

Monochromatic Colors of #ebe06b

#ebe06b

Complementary Color

#ebe06b #6b76eb

#ebe06b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe06b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe06b Color CSS Codes

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

#ebe06b Text Font Color

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

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


#ebe06b Background Color

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

This div background color is #ebe06b


#ebe06b Border Color

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

This div border color is #ebe06b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe06b


Comments

No comments written yet.

Please login to write comment.