Color Hex Logo

#ceebeb Color Hex

#CEEBEB
(206,235,235)
0 Favorites   0 Comments

Color spaces of #ceebeb

RGB 206235235
HSL0.500.420.86
HSV180°12°92°
CMYK 0.120.000.00   0.08
XYZ70.157378.536690.0587
Yxy78.53660.29380.3289
Hunter Lab88.6209-13.77581.7827
CIE-Lab91.0242-9.4399-3.2134

#ceebeb color RGB value is (206,235,235).

#ceebeb hex color red value is 206, green value is 235 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ceebeb hue: 0.50 , saturation: 0.42 and the lightness value of ceebeb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101011 11101011
Octal 316 353 353
Decimal 206 235 235
Hex CE EB EB

RGB Percentages of Color #ceebeb

%30.47
%34.76
%34.76

CMYK Percentages of Color #ceebeb

%12
%0
%0
%8

Triadic Colors of #ceebeb

#ceebeb #ebceeb #ebebce

Analogous Colors of #ceebeb

#ceebeb #ceddeb #ceebdd

Monochromatic Colors of #ceebeb

#ceebeb

Complementary Color

#ceebeb #ebcece

#ceebeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceebeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceebeb Color CSS Codes

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

#ceebeb Text Font Color

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

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


#ceebeb Background Color

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

This div background color is #ceebeb


#ceebeb Border Color

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

This div border color is #ceebeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,235,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 #ceebeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceebeb

#ceebeb Color Palettes


Comments

No comments written yet.

Please login to write comment.