Color Hex Logo

#ceffda Color Hex

#CEFFDA
(206,255,218)
0 Favorites   0 Comments

Color spaces of #ceffda

RGB 206255218
HSL0.371.000.90
HSV135°19°100°
CMYK 0.190.000.15   0.00
XYZ73.868589.703879.7509
Yxy89.70380.30360.3687
Hunter Lab94.7121-26.529216.3742
CIE-Lab95.8738-22.511912.6026

#ceffda color RGB value is (206,255,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111111 11011010
Octal 316 377 332
Decimal 206 255 218
Hex CE FF DA

RGB Percentages of Color #ceffda

%30.34
%37.56
%32.11

CMYK Percentages of Color #ceffda

%19
%0
%15
%0

Triadic Colors of #ceffda

#ceffda #daceff #ffdace

Analogous Colors of #ceffda

#ceffda #cefff3 #dbffce

Monochromatic Colors of #ceffda

#ceffda

Complementary Color

#ceffda #ffcef3

#ceffda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceffda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceffda Color CSS Codes

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

#ceffda Text Font Color

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

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


#ceffda Background Color

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

This div background color is #ceffda


#ceffda Border Color

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

This div border color is #ceffda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceffda

Related Colors


Comments

No comments written yet.

Please login to write comment.