Color Hex Logo

#cefda9 Color Hex

#CEFDA9
(206,253,169)
0 Favorites   0 Comments

Color spaces of #cefda9

RGB 206253169
HSL0.260.950.83
HSV94°33°99°
CMYK 0.190.000.33   0.01
XYZ67.740386.236950.6112
Yxy86.23690.33110.4215
Hunter Lab92.8638-32.303432.6914
CIE-Lab94.4135-29.299035.4418

#cefda9 color RGB value is (206,253,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111101 10101001
Octal 316 375 251
Decimal 206 253 169
Hex CE FD A9

RGB Percentages of Color #cefda9

%32.80
%40.29
%26.91

CMYK Percentages of Color #cefda9

%19
%0
%33
%1

Triadic Colors of #cefda9

#cefda9 #a9cefd #fda9ce

Analogous Colors of #cefda9

#cefda9 #a9fdae #f8fda9

Monochromatic Colors of #cefda9

#cefda9

Complementary Color

#cefda9 #d8a9fd

#cefda9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefda9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefda9 Color CSS Codes

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

#cefda9 Text Font Color

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

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


#cefda9 Background Color

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

This div background color is #cefda9


#cefda9 Border Color

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

This div border color is #cefda9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefda9

Related Colors


Comments

No comments written yet.

Please login to write comment.