Color Hex Logo

#ceebca Color Hex

#CEEBCA
(206,235,202)
0 Favorites   0 Comments

Color spaces of #ceebca

RGB 206235202
HSL0.310.450.86
HSV113°14°92°
CMYK 0.120.000.14   0.08
XYZ65.822676.802767.2323
Yxy76.80270.31370.3660
Hunter Lab87.6371-19.297015.8607
CIE-Lab90.2307-15.524612.8481

#ceebca color RGB value is (206,235,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101011 11001010
Octal 316 353 312
Decimal 206 235 202
Hex CE EB CA

RGB Percentages of Color #ceebca

%32.04
%36.55
%31.42

CMYK Percentages of Color #ceebca

%12
%0
%14
%8

Triadic Colors of #ceebca

#ceebca #caceeb #ebcace

Analogous Colors of #ceebca

#ceebca #caebd7 #dfebca

Monochromatic Colors of #ceebca

#ceebca

Complementary Color

#ceebca #e7caeb

#ceebca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceebca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceebca Color CSS Codes

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

#ceebca Text Font Color

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

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


#ceebca Background Color

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

This div background color is #ceebca


#ceebca Border Color

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

This div border color is #ceebca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceebca


Comments

No comments written yet.

Please login to write comment.