Color Hex Logo

#cefda3 Color Hex

#CEFDA3
(206,253,163)
0 Favorites   0 Comments

Color spaces of #cefda3

RGB 206253163
HSL0.250.960.82
HSV91°36°99°
CMYK 0.190.000.36   0.01
XYZ67.189786.016747.7119
Yxy86.01670.33440.4281
Hunter Lab92.7452-32.988934.4204
CIE-Lab94.3195-30.107038.2963

#cefda3 color RGB value is (206,253,163).

#cefda3 hex color red value is 206, green value is 253 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #cefda3 hue: 0.25 , saturation: 0.96 and the lightness value of cefda3 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111101 10100011
Octal 316 375 243
Decimal 206 253 163
Hex CE FD A3

RGB Percentages of Color #cefda3

%33.12
%40.68
%26.21

CMYK Percentages of Color #cefda3

%19
%0
%36
%1

Triadic Colors of #cefda3

#cefda3 #a3cefd #fda3ce

Analogous Colors of #cefda3

#cefda3 #a3fda5 #fbfda3

Monochromatic Colors of #cefda3

#cefda3

Complementary Color

#cefda3 #d2a3fd

#cefda3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefda3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefda3 Color CSS Codes

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

#cefda3 Text Font Color

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

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


#cefda3 Background Color

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

This div background color is #cefda3


#cefda3 Border Color

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

This div border color is #cefda3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefda3


Comments

No comments written yet.

Please login to write comment.