Color Hex Logo

#edcf21 Color Hex

#EDCF21
(237,207,33)
0 Favorites   0 Comments

Color spaces of #edcf21

RGB 23720733
HSL0.140.850.53
HSV51°86°93°
CMYK 0.000.130.86   0.07
XYZ57.512462.740010.5176
Yxy62.74000.43980.4798
Hunter Lab79.2086-9.008347.5733
CIE-Lab83.3054-5.134079.4501

#edcf21 color RGB value is (237,207,33).

#edcf21 hex color red value is 237, green value is 207 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #edcf21 hue: 0.14 , saturation: 0.85 and the lightness value of edcf21 is 0.53.

The process color (four color CMYK) of #edcf21 color hex is 0.00, 0.13, 0.86, 0.07. Web safe color of #edcf21 is #ffcc33. Color #edcf21 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001111 00100001
Octal 355 317 41
Decimal 237 207 33
Hex ED CF 21

RGB Percentages of Color #edcf21

%49.69
%43.40
%6.92

CMYK Percentages of Color #edcf21

%0
%13
%86
%7

Triadic Colors of #edcf21

#edcf21 #21edcf #cf21ed

Analogous Colors of #edcf21

#edcf21 #a5ed21 #ed6921

Monochromatic Colors of #edcf21

#edcf21

Complementary Color

#edcf21 #213fed

#edcf21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcf21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcf21 Color CSS Codes

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

#edcf21 Text Font Color

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

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


#edcf21 Background Color

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

This div background color is #edcf21


#edcf21 Border Color

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

This div border color is #edcf21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcf21


Comments

No comments written yet.

Please login to write comment.