Color Hex Logo

#ced093 Color Hex

#CED093
(206,208,147)
0 Favorites   0 Comments

Color spaces of #ced093

RGB 206208147
HSL0.170.390.70
HSV62°29°82°
CMYK 0.010.000.29   0.18
XYZ53.275960.340136.4426
Yxy60.34010.35500.4021
Hunter Lab77.6789-13.514226.5597
CIE-Lab82.0227-10.255230.1438

#ced093 color RGB value is (206,208,147).

#ced093 hex color red value is 206, green value is 208 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ced093 hue: 0.17 , saturation: 0.39 and the lightness value of ced093 is 0.70.

The process color (four color CMYK) of #ced093 color hex is 0.01, 0.00, 0.29, 0.18. Web safe color of #ced093 is #cccc99. Color #ced093 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010000 10010011
Octal 316 320 223
Decimal 206 208 147
Hex CE D0 93

RGB Percentages of Color #ced093

%36.72
%37.08
%26.20

CMYK Percentages of Color #ced093

%1
%0
%29
%18

Triadic Colors of #ced093

#ced093 #93ced0 #d093ce

Analogous Colors of #ced093

#ced093 #b0d093 #d0b493

Monochromatic Colors of #ced093

#ced093

Complementary Color

#ced093 #9593d0

#ced093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced093 Color CSS Codes

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

#ced093 Text Font Color

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

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


#ced093 Background Color

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

This div background color is #ced093


#ced093 Border Color

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

This div border color is #ced093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced093


Comments

No comments written yet.

Please login to write comment.