Color Hex Logo

#cec290 Color Hex

#CEC290
(206,194,144)
0 Favorites   0 Comments

Color spaces of #cec290

RGB 206194144
HSL0.130.390.69
HSV48°30°81°
CMYK 0.000.060.30   0.19
XYZ49.779453.719034.1307
Yxy53.71900.36170.3903
Hunter Lab73.2932-7.029323.6955
CIE-Lab78.2976-3.422326.7220

#cec290 color RGB value is (206,194,144).

#cec290 hex color red value is 206, green value is 194 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #cec290 hue: 0.13 , saturation: 0.39 and the lightness value of cec290 is 0.69.

The process color (four color CMYK) of #cec290 color hex is 0.00, 0.06, 0.30, 0.19. Web safe color of #cec290 is #cccc99. Color #cec290 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000010 10010000
Octal 316 302 220
Decimal 206 194 144
Hex CE C2 90

RGB Percentages of Color #cec290

%37.87
%35.66
%26.47

CMYK Percentages of Color #cec290

%0
%6
%30
%19

Triadic Colors of #cec290

#cec290 #90cec2 #c290ce

Analogous Colors of #cec290

#cec290 #bbce90 #cea390

Monochromatic Colors of #cec290

#cec290

Complementary Color

#cec290 #909cce

#cec290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec290 Color CSS Codes

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

#cec290 Text Font Color

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

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


#cec290 Background Color

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

This div background color is #cec290


#cec290 Border Color

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

This div border color is #cec290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec290

#cec290 Color Palettes


Comments

No comments written yet.

Please login to write comment.