Color Hex Logo

#edeb14 Color Hex

#EDEB14
(237,235,20)
0 Favorites   0 Comments

Color spaces of #edeb14

RGB 23723520
HSL0.170.860.50
HSV59°92°93°
CMYK 0.000.010.92   0.07
XYZ64.759777.471712.2022
Yxy77.47170.41930.5017
Hunter Lab88.0180-22.699253.3931
CIE-Lab90.5383-19.244387.2618

#edeb14 color RGB value is (237,235,20).

#edeb14 hex color red value is 237, green value is 235 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #edeb14 hue: 0.17 , saturation: 0.86 and the lightness value of edeb14 is 0.50.

The process color (four color CMYK) of #edeb14 color hex is 0.00, 0.01, 0.92, 0.07. Web safe color of #edeb14 is #ffff00. Color #edeb14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101011 00010100
Octal 355 353 24
Decimal 237 235 20
Hex ED EB 14

RGB Percentages of Color #edeb14

%48.17
%47.76
%4.07

CMYK Percentages of Color #edeb14

%0
%1
%92
%7

Triadic Colors of #edeb14

#edeb14 #14edeb #eb14ed

Analogous Colors of #edeb14

#edeb14 #83ed14 #ed7f14

Monochromatic Colors of #edeb14

#edeb14

Complementary Color

#edeb14 #1416ed

#edeb14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeb14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeb14 Color CSS Codes

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

#edeb14 Text Font Color

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

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


#edeb14 Background Color

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

This div background color is #edeb14


#edeb14 Border Color

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

This div border color is #edeb14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeb14


Comments

No comments written yet.

Please login to write comment.