Color Hex Logo

#cedf98 Color Hex

#CEDF98
(206,223,152)
0 Favorites   0 Comments

Color spaces of #cedf98

RGB 206223152
HSL0.210.530.74
HSV74°32°87°
CMYK 0.080.000.32   0.13
XYZ57.508868.164239.8317
Yxy68.16420.34750.4119
Hunter Lab82.5616-20.147529.1888
CIE-Lab86.0885-17.138932.9761

#cedf98 color RGB value is (206,223,152).

#cedf98 hex color red value is 206, green value is 223 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #cedf98 hue: 0.21 , saturation: 0.53 and the lightness value of cedf98 is 0.74.

The process color (four color CMYK) of #cedf98 color hex is 0.08, 0.00, 0.32, 0.13. Web safe color of #cedf98 is #cccc99. Color #cedf98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011111 10011000
Octal 316 337 230
Decimal 206 223 152
Hex CE DF 98

RGB Percentages of Color #cedf98

%35.46
%38.38
%26.16

CMYK Percentages of Color #cedf98

%8
%0
%32
%13

Triadic Colors of #cedf98

#cedf98 #98cedf #df98ce

Analogous Colors of #cedf98

#cedf98 #abdf98 #dfcd98

Monochromatic Colors of #cedf98

#cedf98

Complementary Color

#cedf98 #a998df

#cedf98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedf98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedf98 Color CSS Codes

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

#cedf98 Text Font Color

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

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


#cedf98 Background Color

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

This div background color is #cedf98


#cedf98 Border Color

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

This div border color is #cedf98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedf98


Comments

No comments written yet.

Please login to write comment.