Color Hex Logo

#ecbf10 Color Hex

#ECBF10
(236,191,16)
0 Favorites   0 Comments

Color spaces of #ecbf10

RGB 23619116
HSL0.130.870.49
HSV48°93°93°
CMYK 0.000.190.93   0.07
XYZ53.316455.13198.3217
Yxy55.13190.45660.4721
Hunter Lab74.2509-1.765745.3306
CIE-Lab79.11722.373079.1200

#ecbf10 color RGB value is (236,191,16).

#ecbf10 hex color red value is 236, green value is 191 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #ecbf10 hue: 0.13 , saturation: 0.87 and the lightness value of ecbf10 is 0.49.

The process color (four color CMYK) of #ecbf10 color hex is 0.00, 0.19, 0.93, 0.07. Web safe color of #ecbf10 is #ffcc00. Color #ecbf10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111111 00010000
Octal 354 277 20
Decimal 236 191 16
Hex EC BF 10

RGB Percentages of Color #ecbf10

%53.27
%43.12
%3.61

CMYK Percentages of Color #ecbf10

%0
%19
%93
%7

Triadic Colors of #ecbf10

#ecbf10 #10ecbf #bf10ec

Analogous Colors of #ecbf10

#ecbf10 #abec10 #ec5110

Monochromatic Colors of #ecbf10

#ecbf10

Complementary Color

#ecbf10 #103dec

#ecbf10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbf10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbf10 Color CSS Codes

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

#ecbf10 Text Font Color

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

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


#ecbf10 Background Color

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

This div background color is #ecbf10


#ecbf10 Border Color

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

This div border color is #ecbf10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbf10


Comments

No comments written yet.

Please login to write comment.