Color Hex Logo

#eef235 Color Hex

#EEF235
(238,242,53)
0 Favorites   0 Comments

Color spaces of #eef235

RGB 23824253
HSL0.170.880.58
HSV61°78°95°
CMYK 0.020.000.78   0.05
XYZ67.654681.938415.6181
Yxy81.93840.40950.4960
Hunter Lab90.5198-24.998753.1341
CIE-Lab92.5477-21.444882.4577

#eef235 color RGB value is (238,242,53).

#eef235 hex color red value is 238, green value is 242 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #eef235 hue: 0.17 , saturation: 0.88 and the lightness value of eef235 is 0.58.

The process color (four color CMYK) of #eef235 color hex is 0.02, 0.00, 0.78, 0.05. Web safe color of #eef235 is #ffff33. Color #eef235 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11110010 00110101
Octal 356 362 65
Decimal 238 242 53
Hex EE F2 35

RGB Percentages of Color #eef235

%44.65
%45.40
%9.94

CMYK Percentages of Color #eef235

%2
%0
%78
%5

Triadic Colors of #eef235

#eef235 #35eef2 #f235ee

Analogous Colors of #eef235

#eef235 #90f235 #f29835

Monochromatic Colors of #eef235

#eef235

Complementary Color

#eef235 #3935f2

#eef235 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef235 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef235 Color CSS Codes

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

#eef235 Text Font Color

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

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


#eef235 Background Color

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

This div background color is #eef235


#eef235 Border Color

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

This div border color is #eef235


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,242,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eef235; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eef235;
  -webkit-box-shadow: 1px 1px 3px 2px #eef235;
  box-shadow:         1px 1px 3px 2px #eef235; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,242,53, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef235


Comments

No comments written yet.

Please login to write comment.