Color Hex Logo

#ceface Color Hex

#CEFACE
(206,250,206)
0 Favorites   0 Comments

Color spaces of #ceface

RGB 206250206
HSL0.330.810.89
HSV120°18°98°
CMYK 0.180.000.18   0.02
XYZ70.779885.949371.2519
Yxy85.94930.31050.3770
Hunter Lab92.7088-25.962319.3285
CIE-Lab94.2907-22.186916.5194

#ceface color RGB value is (206,250,206).

#ceface hex color red value is 206, green value is 250 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ceface hue: 0.33 , saturation: 0.81 and the lightness value of ceface is 0.89.

The process color (four color CMYK) of #ceface color hex is 0.18, 0.00, 0.18, 0.02. Web safe color of #ceface is #ccffcc. Color #ceface contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111010 11001110
Octal 316 372 316
Decimal 206 250 206
Hex CE FA CE

RGB Percentages of Color #ceface

%31.12
%37.76
%31.12

CMYK Percentages of Color #ceface

%18
%0
%18
%2

Triadic Colors of #ceface

#ceface #cecefa #facece

Analogous Colors of #ceface

#ceface #cefae4 #e4face

Monochromatic Colors of #ceface

#ceface

Complementary Color

#ceface #facefa

#ceface Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceface Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceface Color CSS Codes

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

#ceface Text Font Color

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

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


#ceface Background Color

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

This div background color is #ceface


#ceface Border Color

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

This div border color is #ceface


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceface


Comments

No comments written yet.

Please login to write comment.