Color Hex Logo

#ceecbc Color Hex

#CEECBC
(206,236,188)
0 Favorites   0 Comments

Color spaces of #ceecbc

RGB 206236188
HSL0.270.560.83
HSV98°20°93°
CMYK 0.130.000.20   0.07
XYZ64.526276.743658.9891
Yxy76.74360.32220.3832
Hunter Lab87.6034-21.828021.3986
CIE-Lab90.2035-18.330620.0670

#ceecbc color RGB value is (206,236,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101100 10111100
Octal 316 354 274
Decimal 206 236 188
Hex CE EC BC

RGB Percentages of Color #ceecbc

%32.70
%37.46
%29.84

CMYK Percentages of Color #ceecbc

%13
%0
%20
%7

Triadic Colors of #ceecbc

#ceecbc #bcceec #ecbcce

Analogous Colors of #ceecbc

#ceecbc #bcecc2 #e6ecbc

Monochromatic Colors of #ceecbc

#ceecbc

Complementary Color

#ceecbc #dabcec

#ceecbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceecbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceecbc Color CSS Codes

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

#ceecbc Text Font Color

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

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


#ceecbc Background Color

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

This div background color is #ceecbc


#ceecbc Border Color

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

This div border color is #ceecbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceecbc


Comments

No comments written yet.

Please login to write comment.