Color Hex Logo

#cec150 Color Hex

#CEC150
(206,193,80)
0 Favorites   0 Comments

Color spaces of #cec150

RGB 20619380
HSL0.150.560.56
HSV54°61°81°
CMYK 0.000.060.61   0.19
XYZ45.971551.840915.1728
Yxy51.84090.40690.4588
Hunter Lab72.0006-12.031137.9062
CIE-Lab77.1856-9.179856.9760

#cec150 color RGB value is (206,193,80).

#cec150 hex color red value is 206, green value is 193 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #cec150 hue: 0.15 , saturation: 0.56 and the lightness value of cec150 is 0.56.

The process color (four color CMYK) of #cec150 color hex is 0.00, 0.06, 0.61, 0.19. Web safe color of #cec150 is #cccc66. Color #cec150 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000001 01010000
Octal 316 301 120
Decimal 206 193 80
Hex CE C1 50

RGB Percentages of Color #cec150

%43.01
%40.29
%16.70

CMYK Percentages of Color #cec150

%0
%6
%61
%19

Triadic Colors of #cec150

#cec150 #50cec1 #c150ce

Analogous Colors of #cec150

#cec150 #9cce50 #ce8250

Monochromatic Colors of #cec150

#cec150

Complementary Color

#cec150 #505dce

#cec150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec150 Color CSS Codes

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

#cec150 Text Font Color

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

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


#cec150 Background Color

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

This div background color is #cec150


#cec150 Border Color

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

This div border color is #cec150


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,193,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cec150; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cec150;
  -webkit-box-shadow: 1px 1px 3px 2px #cec150;
  box-shadow:         1px 1px 3px 2px #cec150; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,193,80, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec150


Comments

No comments written yet.

Please login to write comment.