Color Hex Logo

#ceeebb Color Hex

#CEEEBB
(206,238,187)
0 Favorites   0 Comments

Color spaces of #ceeebb

RGB 206238187
HSL0.270.600.83
HSV98°21°93°
CMYK 0.130.000.21   0.07
XYZ64.997877.858758.6162
Yxy77.85870.32260.3864
Hunter Lab88.2376-22.928622.3800
CIE-Lab90.7154-19.469121.2939

#ceeebb color RGB value is (206,238,187).

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

The process color (four color CMYK) of #ceeebb color hex is 0.13, 0.00, 0.21, 0.07. Web safe color of #ceeebb is #ccffcc. Color #ceeebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101110 10111011
Octal 316 356 273
Decimal 206 238 187
Hex CE EE BB

RGB Percentages of Color #ceeebb

%32.65
%37.72
%29.64

CMYK Percentages of Color #ceeebb

%13
%0
%21
%7

Triadic Colors of #ceeebb

#ceeebb #bbceee #eebbce

Analogous Colors of #ceeebb

#ceeebb #bbeec2 #e8eebb

Monochromatic Colors of #ceeebb

#ceeebb

Complementary Color

#ceeebb #dbbbee

#ceeebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeebb Color CSS Codes

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

#ceeebb Text Font Color

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

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


#ceeebb Background Color

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

This div background color is #ceeebb


#ceeebb Border Color

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

This div border color is #ceeebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeebb


Comments

No comments written yet.

Please login to write comment.