Color Hex Logo

#ceffa9 Color Hex

#CEFFA9
(206,255,169)
0 Favorites   0 Comments

Color spaces of #ceffa9

RGB 206255169
HSL0.261.000.83
HSV94°34°100°
CMYK 0.190.000.34   0.00
XYZ68.375087.506450.8228
Yxy87.50640.33080.4233
Hunter Lab93.5449-33.232033.2692
CIE-Lab94.9527-30.232536.1557

#ceffa9 color RGB value is (206,255,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111111 10101001
Octal 316 377 251
Decimal 206 255 169
Hex CE FF A9

RGB Percentages of Color #ceffa9

%32.70
%40.48
%26.83

CMYK Percentages of Color #ceffa9

%19
%0
%34
%0

Triadic Colors of #ceffa9

#ceffa9 #a9ceff #ffa9ce

Analogous Colors of #ceffa9

#ceffa9 #a9ffaf #f9ffa9

Monochromatic Colors of #ceffa9

#ceffa9

Complementary Color

#ceffa9 #daa9ff

#ceffa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceffa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceffa9 Color CSS Codes

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

#ceffa9 Text Font Color

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

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


#ceffa9 Background Color

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

This div background color is #ceffa9


#ceffa9 Border Color

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

This div border color is #ceffa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceffa9

Related Colors


Comments

No comments written yet.

Please login to write comment.