Color Hex Logo

#cfe098 Color Hex

#CFE098
(207,224,152)
0 Favorites   0 Comments

Color spaces of #cfe098

RGB 207224152
HSL0.210.540.74
HSV74°32°88°
CMYK 0.080.000.32   0.12
XYZ58.055368.843739.9341
Yxy68.84370.34800.4127
Hunter Lab82.9721-20.305329.5445
CIE-Lab86.4266-17.260933.4366

#cfe098 color RGB value is (207,224,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100000 10011000
Octal 317 340 230
Decimal 207 224 152
Hex CF E0 98

RGB Percentages of Color #cfe098

%35.51
%38.42
%26.07

CMYK Percentages of Color #cfe098

%8
%0
%32
%12

Triadic Colors of #cfe098

#cfe098 #98cfe0 #e098cf

Analogous Colors of #cfe098

#cfe098 #abe098 #e0cd98

Monochromatic Colors of #cfe098

#cfe098

Complementary Color

#cfe098 #a998e0

#cfe098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe098 Color CSS Codes

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

#cfe098 Text Font Color

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

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


#cfe098 Background Color

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

This div background color is #cfe098


#cfe098 Border Color

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

This div border color is #cfe098


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,224,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 #cfe098">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe098


Comments

No comments written yet.

Please login to write comment.