Color Hex Logo

#ebf966 Color Hex

#EBF966
(235,249,102)
0 Favorites   0 Comments

Color spaces of #ebf966

RGB 235249102
HSL0.180.920.69
HSV66°59°98°
CMYK 0.060.000.59   0.02
XYZ70.534986.372825.5244
Yxy86.37280.38660.4735
Hunter Lab92.9370-27.166448.7723
CIE-Lab94.4715-23.489767.1496

#ebf966 color RGB value is (235,249,102).

#ebf966 hex color red value is 235, green value is 249 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #ebf966 hue: 0.18 , saturation: 0.92 and the lightness value of ebf966 is 0.69.

The process color (four color CMYK) of #ebf966 color hex is 0.06, 0.00, 0.59, 0.02. Web safe color of #ebf966 is #ffff66. Color #ebf966 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111001 01100110
Octal 353 371 146
Decimal 235 249 102
Hex EB F9 66

RGB Percentages of Color #ebf966

%40.10
%42.49
%17.41

CMYK Percentages of Color #ebf966

%6
%0
%59
%2

Triadic Colors of #ebf966

#ebf966 #66ebf9 #f966eb

Analogous Colors of #ebf966

#ebf966 #a2f966 #f9be66

Monochromatic Colors of #ebf966

#ebf966

Complementary Color

#ebf966 #7466f9

#ebf966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf966 Color CSS Codes

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

#ebf966 Text Font Color

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

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


#ebf966 Background Color

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

This div background color is #ebf966


#ebf966 Border Color

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

This div border color is #ebf966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf966


Comments

No comments written yet.

Please login to write comment.