Color Hex Logo

#ceffe0 Color Hex

#CEFFE0
(206,255,224)
0 Favorites   0 Comments

Color spaces of #ceffe0

RGB 206255224
HSL0.391.000.90
HSV142°19°100°
CMYK 0.190.000.12   0.00
XYZ74.668190.023683.9619
Yxy90.02360.30030.3620
Hunter Lab94.8808-25.567613.9496
CIE-Lab96.0066-21.43159.7128

#ceffe0 color RGB value is (206,255,224).

#ceffe0 hex color red value is 206, green value is 255 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #ceffe0 hue: 0.39 , saturation: 1.00 and the lightness value of ceffe0 is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111111 11100000
Octal 316 377 340
Decimal 206 255 224
Hex CE FF E0

RGB Percentages of Color #ceffe0

%30.07
%37.23
%32.70

CMYK Percentages of Color #ceffe0

%19
%0
%12
%0

Triadic Colors of #ceffe0

#ceffe0 #e0ceff #ffe0ce

Analogous Colors of #ceffe0

#ceffe0 #cefff9 #d5ffce

Monochromatic Colors of #ceffe0

#ceffe0

Complementary Color

#ceffe0 #ffceed

#ceffe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceffe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceffe0 Color CSS Codes

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

#ceffe0 Text Font Color

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

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


#ceffe0 Background Color

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

This div background color is #ceffe0


#ceffe0 Border Color

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

This div border color is #ceffe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceffe0


Comments

No comments written yet.

Please login to write comment.