Color Hex Logo

#efcb65 Color Hex

#EFCB65
(239,203,101)
0 Favorites   0 Comments

Color spaces of #efcb65

RGB 239203101
HSL0.120.810.67
HSV44°58°94°
CMYK 0.000.150.58   0.06
XYZ59.301562.002221.1540
Yxy62.00220.41630.4352
Hunter Lab78.7415-3.366339.1907
CIE-Lab82.91460.891154.7071

#efcb65 color RGB value is (239,203,101).

#efcb65 hex color red value is 239, green value is 203 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #efcb65 hue: 0.12 , saturation: 0.81 and the lightness value of efcb65 is 0.67.

The process color (four color CMYK) of #efcb65 color hex is 0.00, 0.15, 0.58, 0.06. Web safe color of #efcb65 is #ffcc66. Color #efcb65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001011 01100101
Octal 357 313 145
Decimal 239 203 101
Hex EF CB 65

RGB Percentages of Color #efcb65

%44.01
%37.38
%18.60

CMYK Percentages of Color #efcb65

%0
%15
%58
%6

Triadic Colors of #efcb65

#efcb65 #65efcb #cb65ef

Analogous Colors of #efcb65

#efcb65 #ceef65 #ef8665

Monochromatic Colors of #efcb65

#efcb65

Complementary Color

#efcb65 #6589ef

#efcb65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcb65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcb65 Color CSS Codes

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

#efcb65 Text Font Color

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

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


#efcb65 Background Color

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

This div background color is #efcb65


#efcb65 Border Color

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

This div border color is #efcb65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcb65


Comments

No comments written yet.

Please login to write comment.