Color Hex Logo

#ceffeb Color Hex

#CEFFEB
(206,255,235)
0 Favorites   0 Comments

Color spaces of #ceffeb

RGB 206255235
HSL0.431.000.90
HSV156°19°100°
CMYK 0.190.000.08   0.00
XYZ76.209090.640092.0759
Yxy90.64000.29430.3501
Hunter Lab95.2050-23.72459.3022
CIE-Lab96.2616-19.37894.4253

#ceffeb color RGB value is (206,255,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111111 11101011
Octal 316 377 353
Decimal 206 255 235
Hex CE FF EB

RGB Percentages of Color #ceffeb

%29.60
%36.64
%33.76

CMYK Percentages of Color #ceffeb

%19
%0
%8
%0

Triadic Colors of #ceffeb

#ceffeb #ebceff #ffebce

Analogous Colors of #ceffeb

#ceffeb #cefbff #ceffd3

Monochromatic Colors of #ceffeb

#ceffeb

Complementary Color

#ceffeb #ffcee2

#ceffeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceffeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceffeb Color CSS Codes

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

#ceffeb Text Font Color

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

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


#ceffeb Background Color

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

This div background color is #ceffeb


#ceffeb Border Color

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

This div border color is #ceffeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceffeb


Comments

No comments written yet.

Please login to write comment.