Color Hex Logo

#ceffff Color Hex

#CEFFFF
(206,255,255)
0 Favorites   0 Comments

Color spaces of #ceffff

RGB 206255255
HSL0.501.000.90
HSV180°19°100°
CMYK 0.190.000.00   0.00
XYZ79.263691.8618108.1612
Yxy91.86180.28380.3289
Hunter Lab95.8446-20.10820.1820
CIE-Lab96.7638-15.4184-5.1368

#ceffff color RGB value is (206,255,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111111 11111111
Octal 316 377 377
Decimal 206 255 255
Hex CE FF FF

RGB Percentages of Color #ceffff

%28.77
%35.61
%35.61

CMYK Percentages of Color #ceffff

%19
%0
%0
%0

Triadic Colors of #ceffff

#ceffff #ffceff #ffffce

Analogous Colors of #ceffff

#ceffff #cee7ff #ceffe7

Monochromatic Colors of #ceffff

#ceffff

Complementary Color

#ceffff #ffcece

#ceffff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceffff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceffff Color CSS Codes

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

#ceffff Text Font Color

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

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


#ceffff Background Color

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

This div background color is #ceffff


#ceffff Border Color

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

This div border color is #ceffff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceffff


Comments

No comments written yet.

Please login to write comment.