Color Hex Logo

#ceff98 Color Hex

#CEFF98
(206,255,152)
0 Favorites   0 Comments

Color spaces of #ceff98

RGB 206255152
HSL0.251.000.80
HSV89°40°100°
CMYK 0.190.000.40   0.00
XYZ66.881186.908842.9558
Yxy86.90880.33990.4417
Hunter Lab93.2249-35.084737.9380
CIE-Lab94.6996-32.428244.1769

#ceff98 color RGB value is (206,255,152).

#ceff98 hex color red value is 206, green value is 255 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #ceff98 hue: 0.25 , saturation: 1.00 and the lightness value of ceff98 is 0.80.

The process color (four color CMYK) of #ceff98 color hex is 0.19, 0.00, 0.40, 0.00. Web safe color of #ceff98 is #ccff99. Color #ceff98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111111 10011000
Octal 316 377 230
Decimal 206 255 152
Hex CE FF 98

RGB Percentages of Color #ceff98

%33.61
%41.60
%24.80

CMYK Percentages of Color #ceff98

%19
%0
%40
%0

Triadic Colors of #ceff98

#ceff98 #98ceff #ff98ce

Analogous Colors of #ceff98

#ceff98 #9bff98 #fffd98

Monochromatic Colors of #ceff98

#ceff98

Complementary Color

#ceff98 #c998ff

#ceff98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceff98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceff98 Color CSS Codes

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

#ceff98 Text Font Color

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

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


#ceff98 Background Color

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

This div background color is #ceff98


#ceff98 Border Color

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

This div border color is #ceff98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceff98

Related Colors


Comments

No comments written yet.

Please login to write comment.