Color Hex Logo

#cfe498 Color Hex

#CFE498
(207,228,152)
0 Favorites   0 Comments

Color spaces of #cfe498

RGB 207228152
HSL0.210.580.75
HSV77°33°89°
CMYK 0.090.000.33   0.11
XYZ59.143071.019240.2967
Yxy71.01920.34700.4166
Hunter Lab84.2729-22.205730.6404
CIE-Lab87.4943-19.230234.8456

#cfe498 color RGB value is (207,228,152).

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

The process color (four color CMYK) of #cfe498 color hex is 0.09, 0.00, 0.33, 0.11. Web safe color of #cfe498 is #cccc99. Color #cfe498 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100100 10011000
Octal 317 344 230
Decimal 207 228 152
Hex CF E4 98

RGB Percentages of Color #cfe498

%35.26
%38.84
%25.89

CMYK Percentages of Color #cfe498

%9
%0
%33
%11

Triadic Colors of #cfe498

#cfe498 #98cfe4 #e498cf

Analogous Colors of #cfe498

#cfe498 #a9e498 #e4d398

Monochromatic Colors of #cfe498

#cfe498

Complementary Color

#cfe498 #ad98e4

#cfe498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe498 Color CSS Codes

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

#cfe498 Text Font Color

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

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


#cfe498 Background Color

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

This div background color is #cfe498


#cfe498 Border Color

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

This div border color is #cfe498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe498


Comments

No comments written yet.

Please login to write comment.