Color Hex Logo

#cec138 Color Hex

#CEC138
(206,193,56)
0 Favorites   0 Comments

Color spaces of #cec138

RGB 20619356
HSL0.150.600.51
HSV55°73°81°
CMYK 0.000.060.73   0.19
XYZ45.237451.547311.3067
Yxy51.54730.41850.4769
Hunter Lab71.7964-13.174840.9204
CIE-Lab77.0094-10.520466.3550

#cec138 color RGB value is (206,193,56).

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

The process color (four color CMYK) of #cec138 color hex is 0.00, 0.06, 0.73, 0.19. Web safe color of #cec138 is #cccc33. Color #cec138 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000001 00111000
Octal 316 301 70
Decimal 206 193 56
Hex CE C1 38

RGB Percentages of Color #cec138

%45.27
%42.42
%12.31

CMYK Percentages of Color #cec138

%0
%6
%73
%19

Triadic Colors of #cec138

#cec138 #38cec1 #c138ce

Analogous Colors of #cec138

#cec138 #90ce38 #ce7638

Monochromatic Colors of #cec138

#cec138

Complementary Color

#cec138 #3845ce

#cec138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec138 Color CSS Codes

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

#cec138 Text Font Color

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

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


#cec138 Background Color

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

This div background color is #cec138


#cec138 Border Color

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

This div border color is #cec138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec138


Comments

No comments written yet.

Please login to write comment.