Color Hex Logo

#ceffee Color Hex

#CEFFEE
(206,255,238)
0 Favorites   0 Comments

Color spaces of #ceffee

RGB 206255238
HSL0.441.000.90
HSV159°19°100°
CMYK 0.190.000.07   0.00
XYZ76.646290.814994.3783
Yxy90.81490.29270.3468
Hunter Lab95.2969-23.20397.9893
CIE-Lab96.3338-18.80342.9862

#ceffee color RGB value is (206,255,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111111 11101110
Octal 316 377 356
Decimal 206 255 238
Hex CE FF EE

RGB Percentages of Color #ceffee

%29.47
%36.48
%34.05

CMYK Percentages of Color #ceffee

%19
%0
%7
%0

Triadic Colors of #ceffee

#ceffee #eeceff #ffeece

Analogous Colors of #ceffee

#ceffee #cef8ff #ceffd6

Monochromatic Colors of #ceffee

#ceffee

Complementary Color

#ceffee #ffcedf

#ceffee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceffee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceffee Color CSS Codes

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

#ceffee Text Font Color

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

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


#ceffee Background Color

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

This div background color is #ceffee


#ceffee Border Color

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

This div border color is #ceffee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceffee

Related Colors

#ceffee Color Palettes


Comments

No comments written yet.

Please login to write comment.