Color Hex Logo

#efdb06 Color Hex

#EFDB06
(239,219,6)
0 Favorites   0 Comments

Color spaces of #efdb06

RGB 2392196
HSL0.150.950.48
HSV55°97°94°
CMYK 0.000.080.97   0.06
XYZ60.961069.026910.2828
Yxy69.02690.43460.4921
Hunter Lab83.0824-14.421450.8196
CIE-Lab86.5174-10.689485.6760

#efdb06 color RGB value is (239,219,6).

#efdb06 hex color red value is 239, green value is 219 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #efdb06 hue: 0.15 , saturation: 0.95 and the lightness value of efdb06 is 0.48.

The process color (four color CMYK) of #efdb06 color hex is 0.00, 0.08, 0.97, 0.06. Web safe color of #efdb06 is #ffcc00. Color #efdb06 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 00000110
Octal 357 333 6
Decimal 239 219 6
Hex EF DB 6

RGB Percentages of Color #efdb06

%51.51
%47.20
%1.29

CMYK Percentages of Color #efdb06

%0
%8
%97
%6

Triadic Colors of #efdb06

#efdb06 #06efdb #db06ef

Analogous Colors of #efdb06

#efdb06 #8fef06 #ef6706

Monochromatic Colors of #efdb06

#efdb06

Complementary Color

#efdb06 #061aef

#efdb06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdb06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdb06 Color CSS Codes

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

#efdb06 Text Font Color

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

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


#efdb06 Background Color

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

This div background color is #efdb06


#efdb06 Border Color

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

This div border color is #efdb06


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,219,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdb06


Comments

No comments written yet.

Please login to write comment.