Color Hex Logo

#ceeebc Color Hex

#CEEEBC
(206,238,188)
0 Favorites   0 Comments

Color spaces of #ceeebc

RGB 206238188
HSL0.270.600.84
HSV98°21°93°
CMYK 0.130.000.21   0.07
XYZ65.105277.901759.1821
Yxy77.90170.32200.3853
Hunter Lab88.2619-22.790322.0278
CIE-Lab90.7350-19.311320.8059

#ceeebc color RGB value is (206,238,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101110 10111100
Octal 316 356 274
Decimal 206 238 188
Hex CE EE BC

RGB Percentages of Color #ceeebc

%32.59
%37.66
%29.75

CMYK Percentages of Color #ceeebc

%13
%0
%21
%7

Triadic Colors of #ceeebc

#ceeebc #bcceee #eebcce

Analogous Colors of #ceeebc

#ceeebc #bceec3 #e7eebc

Monochromatic Colors of #ceeebc

#ceeebc

Complementary Color

#ceeebc #dcbcee

#ceeebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeebc Color CSS Codes

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

#ceeebc Text Font Color

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

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


#ceeebc Background Color

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

This div background color is #ceeebc


#ceeebc Border Color

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

This div border color is #ceeebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeebc


Comments

No comments written yet.

Please login to write comment.