Color Hex Logo

#ceeabc Color Hex

#CEEABC
(206,234,188)
0 Favorites   0 Comments

Color spaces of #ceeabc

RGB 206234188
HSL0.270.520.83
HSV97°20°92°
CMYK 0.120.000.20   0.08
XYZ63.953575.598358.7982
Yxy75.59830.32240.3811
Hunter Lab86.9473-20.863220.7682
CIE-Lab89.6725-17.345919.3276

#ceeabc color RGB value is (206,234,188).

#ceeabc hex color red value is 206, green value is 234 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ceeabc hue: 0.27 , saturation: 0.52 and the lightness value of ceeabc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101010 10111100
Octal 316 352 274
Decimal 206 234 188
Hex CE EA BC

RGB Percentages of Color #ceeabc

%32.80
%37.26
%29.94

CMYK Percentages of Color #ceeabc

%12
%0
%20
%8

Triadic Colors of #ceeabc

#ceeabc #bcceea #eabcce

Analogous Colors of #ceeabc

#ceeabc #bceac1 #e5eabc

Monochromatic Colors of #ceeabc

#ceeabc

Complementary Color

#ceeabc #d8bcea

#ceeabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeabc Color CSS Codes

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

#ceeabc Text Font Color

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

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


#ceeabc Background Color

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

This div background color is #ceeabc


#ceeabc Border Color

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

This div border color is #ceeabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeabc


Comments

No comments written yet.

Please login to write comment.