Color Hex Logo

#edbf65 Color Hex

#EDBF65
(237,191,101)
0 Favorites   0 Comments

Color spaces of #edbf65

RGB 237191101
HSL0.110.790.66
HSV40°57°93°
CMYK 0.000.190.57   0.07
XYZ55.904856.205720.2142
Yxy56.20570.42250.4248
Hunter Lab74.97051.907536.4930
CIE-Lab79.73076.296350.9592

#edbf65 color RGB value is (237,191,101).

#edbf65 hex color red value is 237, green value is 191 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #edbf65 hue: 0.11 , saturation: 0.79 and the lightness value of edbf65 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 01100101
Octal 355 277 145
Decimal 237 191 101
Hex ED BF 65

RGB Percentages of Color #edbf65

%44.80
%36.11
%19.09

CMYK Percentages of Color #edbf65

%0
%19
%57
%7

Triadic Colors of #edbf65

#edbf65 #65edbf #bf65ed

Analogous Colors of #edbf65

#edbf65 #d7ed65 #ed7b65

Monochromatic Colors of #edbf65

#edbf65

Complementary Color

#edbf65 #6593ed

#edbf65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbf65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbf65 Color CSS Codes

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

#edbf65 Text Font Color

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

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


#edbf65 Background Color

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

This div background color is #edbf65


#edbf65 Border Color

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

This div border color is #edbf65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbf65


Comments

No comments written yet.

Please login to write comment.