Color Hex Logo

#cefed6 Color Hex

#CEFED6
(206,254,214)
0 Favorites   0 Comments

Color spaces of #cefed6

RGB 206254214
HSL0.360.960.90
HSV130°19°100°
CMYK 0.190.000.16   0.00
XYZ73.033088.860576.9209
Yxy88.86050.30580.3721
Hunter Lab94.2658-26.671317.6055
CIE-Lab95.5221-22.735814.1545

#cefed6 color RGB value is (206,254,214).

#cefed6 hex color red value is 206, green value is 254 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #cefed6 hue: 0.36 , saturation: 0.96 and the lightness value of cefed6 is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111110 11010110
Octal 316 376 326
Decimal 206 254 214
Hex CE FE D6

RGB Percentages of Color #cefed6

%30.56
%37.69
%31.75

CMYK Percentages of Color #cefed6

%19
%0
%16
%0

Triadic Colors of #cefed6

#cefed6 #d6cefe #fed6ce

Analogous Colors of #cefed6

#cefed6 #cefeee #defece

Monochromatic Colors of #cefed6

#cefed6

Complementary Color

#cefed6 #fecef6

#cefed6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefed6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefed6 Color CSS Codes

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

#cefed6 Text Font Color

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

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


#cefed6 Background Color

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

This div background color is #cefed6


#cefed6 Border Color

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

This div border color is #cefed6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefed6

Related Colors


Comments

No comments written yet.

Please login to write comment.