Color Hex Logo

#cefec1 Color Hex

#CEFEC1
(206,254,193)
0 Favorites   0 Comments

Color spaces of #cefec1

RGB 206254193
HSL0.300.970.88
HSV107°24°100°
CMYK 0.190.000.24   0.00
XYZ70.521087.855763.6931
Yxy87.85570.31760.3956
Hunter Lab93.7314-29.731225.3227
CIE-Lab95.1001-26.229124.2861

#cefec1 color RGB value is (206,254,193).

#cefec1 hex color red value is 206, green value is 254 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #cefec1 hue: 0.30 , saturation: 0.97 and the lightness value of cefec1 is 0.88.

The process color (four color CMYK) of #cefec1 color hex is 0.19, 0.00, 0.24, 0.00. Web safe color of #cefec1 is #ccffcc. Color #cefec1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111110 11000001
Octal 316 376 301
Decimal 206 254 193
Hex CE FE C1

RGB Percentages of Color #cefec1

%31.55
%38.90
%29.56

CMYK Percentages of Color #cefec1

%19
%0
%24
%0

Triadic Colors of #cefec1

#cefec1 #c1cefe #fec1ce

Analogous Colors of #cefec1

#cefec1 #c1fed3 #edfec1

Monochromatic Colors of #cefec1

#cefec1

Complementary Color

#cefec1 #f1c1fe

#cefec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefec1 Color CSS Codes

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

#cefec1 Text Font Color

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

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


#cefec1 Background Color

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

This div background color is #cefec1


#cefec1 Border Color

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

This div border color is #cefec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefec1

Related Colors


Comments

No comments written yet.

Please login to write comment.