Color Hex Logo

#cde492 Color Hex

#CDE492
(205,228,146)
0 Favorites   0 Comments

Color spaces of #cde492

RGB 205228146
HSL0.210.600.73
HSV77°36°89°
CMYK 0.100.000.36   0.11
XYZ58.108570.541337.7473
Yxy70.54130.34920.4239
Hunter Lab83.9889-23.483632.1454
CIE-Lab87.2617-20.730837.5388

#cde492 color RGB value is (205,228,146).

#cde492 hex color red value is 205, green value is 228 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #cde492 hue: 0.21 , saturation: 0.60 and the lightness value of cde492 is 0.73.

The process color (four color CMYK) of #cde492 color hex is 0.10, 0.00, 0.36, 0.11. Web safe color of #cde492 is #cccc99. Color #cde492 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100100 10010010
Octal 315 344 222
Decimal 205 228 146
Hex CD E4 92

RGB Percentages of Color #cde492

%35.41
%39.38
%25.22

CMYK Percentages of Color #cde492

%10
%0
%36
%11

Triadic Colors of #cde492

#cde492 #92cde4 #e492cd

Analogous Colors of #cde492

#cde492 #a4e492 #e4d292

Monochromatic Colors of #cde492

#cde492

Complementary Color

#cde492 #a992e4

#cde492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde492 Color CSS Codes

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

#cde492 Text Font Color

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

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


#cde492 Background Color

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

This div background color is #cde492


#cde492 Border Color

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

This div border color is #cde492


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,228,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cde492; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cde492;
  -webkit-box-shadow: 1px 1px 3px 2px #cde492;
  box-shadow:         1px 1px 3px 2px #cde492; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,228,146, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde492


Comments

No comments written yet.

Please login to write comment.