Color Hex Logo

#ede267 Color Hex

#EDE267
(237,226,103)
0 Favorites   0 Comments

Color spaces of #ede267

RGB 237226103
HSL0.150.790.67
HSV55°57°93°
CMYK 0.000.050.57   0.07
XYZ64.569673.376523.5919
Yxy73.37650.39970.4542
Hunter Lab85.6601-15.353943.6328
CIE-Lab88.6270-11.436860.2670

#ede267 color RGB value is (237,226,103).

#ede267 hex color red value is 237, green value is 226 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #ede267 hue: 0.15 , saturation: 0.79 and the lightness value of ede267 is 0.67.

The process color (four color CMYK) of #ede267 color hex is 0.00, 0.05, 0.57, 0.07. Web safe color of #ede267 is #ffcc66. Color #ede267 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100010 01100111
Octal 355 342 147
Decimal 237 226 103
Hex ED E2 67

RGB Percentages of Color #ede267

%41.87
%39.93
%18.20

CMYK Percentages of Color #ede267

%0
%5
%57
%7

Triadic Colors of #ede267

#ede267 #67ede2 #e267ed

Analogous Colors of #ede267

#ede267 #b5ed67 #ed9f67

Monochromatic Colors of #ede267

#ede267

Complementary Color

#ede267 #6772ed

#ede267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede267 Color CSS Codes

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

#ede267 Text Font Color

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

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


#ede267 Background Color

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

This div background color is #ede267


#ede267 Border Color

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

This div border color is #ede267


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,226,103, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ede267; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ede267;
  -webkit-box-shadow: 1px 1px 3px 2px #ede267;
  box-shadow:         1px 1px 3px 2px #ede267; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,226,103, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede267


Comments

No comments written yet.

Please login to write comment.