Color Hex Logo

#ede36b Color Hex

#EDE36B
(237,227,107)
0 Favorites   0 Comments

Color spaces of #ede36b

RGB 237227107
HSL0.150.780.67
HSV55°55°93°
CMYK 0.000.040.55   0.07
XYZ65.048074.004224.7658
Yxy74.00420.39710.4517
Hunter Lab86.0257-15.572943.1491
CIE-Lab88.9245-11.636358.8197

#ede36b color RGB value is (237,227,107).

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

The process color (four color CMYK) of #ede36b color hex is 0.00, 0.04, 0.55, 0.07. Web safe color of #ede36b is #ffcc66. Color #ede36b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100011 01101011
Octal 355 343 153
Decimal 237 227 107
Hex ED E3 6B

RGB Percentages of Color #ede36b

%41.51
%39.75
%18.74

CMYK Percentages of Color #ede36b

%0
%4
%55
%7

Triadic Colors of #ede36b

#ede36b #6bede3 #e36bed

Analogous Colors of #ede36b

#ede36b #b6ed6b #eda26b

Monochromatic Colors of #ede36b

#ede36b

Complementary Color

#ede36b #6b75ed

#ede36b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede36b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede36b Color CSS Codes

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

#ede36b Text Font Color

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

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


#ede36b Background Color

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

This div background color is #ede36b


#ede36b Border Color

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

This div border color is #ede36b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,227,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 #ede36b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede36b


Comments

No comments written yet.

Please login to write comment.