Color Hex Logo

#edcf98 Color Hex

#EDCF98
(237,207,152)
0 Favorites   0 Comments

Color spaces of #edcf98

RGB 237207152
HSL0.110.700.76
HSV39°36°93°
CMYK 0.000.130.36   0.07
XYZ62.905464.897238.9167
Yxy64.89720.37730.3893
Hunter Lab80.5588-1.593827.7491
CIE-Lab84.43072.841331.2217

#edcf98 color RGB value is (237,207,152).

#edcf98 hex color red value is 237, green value is 207 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #edcf98 hue: 0.11 , saturation: 0.70 and the lightness value of edcf98 is 0.76.

The process color (four color CMYK) of #edcf98 color hex is 0.00, 0.13, 0.36, 0.07. Web safe color of #edcf98 is #ffcc99. Color #edcf98 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001111 10011000
Octal 355 317 230
Decimal 237 207 152
Hex ED CF 98

RGB Percentages of Color #edcf98

%39.77
%34.73
%25.50

CMYK Percentages of Color #edcf98

%0
%13
%36
%7

Triadic Colors of #edcf98

#edcf98 #98edcf #cf98ed

Analogous Colors of #edcf98

#edcf98 #e1ed98 #eda598

Monochromatic Colors of #edcf98

#edcf98

Complementary Color

#edcf98 #98b6ed

#edcf98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcf98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcf98 Color CSS Codes

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

#edcf98 Text Font Color

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

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


#edcf98 Background Color

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

This div background color is #edcf98


#edcf98 Border Color

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

This div border color is #edcf98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcf98


Comments

No comments written yet.

Please login to write comment.