Color Hex Logo

#ebf452 Color Hex

#EBF452
(235,244,82)
0 Favorites   0 Comments

Color spaces of #ebf452

RGB 23524482
HSL0.180.880.64
HSV63°66°96°
CMYK 0.040.000.66   0.04
XYZ68.134682.972720.4069
Yxy82.97270.39730.4838
Hunter Lab91.0894-25.888850.4797
CIE-Lab93.0025-22.352073.4801

#ebf452 color RGB value is (235,244,82).

#ebf452 hex color red value is 235, green value is 244 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #ebf452 hue: 0.18 , saturation: 0.88 and the lightness value of ebf452 is 0.64.

The process color (four color CMYK) of #ebf452 color hex is 0.04, 0.00, 0.66, 0.04. Web safe color of #ebf452 is #ffff66. Color #ebf452 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110100 01010010
Octal 353 364 122
Decimal 235 244 82
Hex EB F4 52

RGB Percentages of Color #ebf452

%41.89
%43.49
%14.62

CMYK Percentages of Color #ebf452

%4
%0
%66
%4

Triadic Colors of #ebf452

#ebf452 #52ebf4 #f452eb

Analogous Colors of #ebf452

#ebf452 #9af452 #f4ac52

Monochromatic Colors of #ebf452

#ebf452

Complementary Color

#ebf452 #5b52f4

#ebf452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf452 Color CSS Codes

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

#ebf452 Text Font Color

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

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


#ebf452 Background Color

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

This div background color is #ebf452


#ebf452 Border Color

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

This div border color is #ebf452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf452


Comments

No comments written yet.

Please login to write comment.