Color Hex Logo

#cbeceb Color Hex

#CBECEB
(203,236,235)
0 Favorites   0 Comments

Color spaces of #cbeceb

RGB 203236235
HSL0.490.460.86
HSV178°14°93°
CMYK 0.140.000.00   0.07
XYZ69.619578.685690.1158
Yxy78.68560.29200.3300
Hunter Lab88.7049-15.13901.8604
CIE-Lab91.0918-10.8890-3.1364

#cbeceb color RGB value is (203,236,235).

#cbeceb hex color red value is 203, green value is 236 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cbeceb hue: 0.49 , saturation: 0.46 and the lightness value of cbeceb is 0.86.

The process color (four color CMYK) of #cbeceb color hex is 0.14, 0.00, 0.00, 0.07. Web safe color of #cbeceb is #ccffff. Color #cbeceb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101100 11101011
Octal 313 354 353
Decimal 203 236 235
Hex CB EC EB

RGB Percentages of Color #cbeceb

%30.12
%35.01
%34.87

CMYK Percentages of Color #cbeceb

%14
%0
%0
%7

Triadic Colors of #cbeceb

#cbeceb #ebcbec #ecebcb

Analogous Colors of #cbeceb

#cbeceb #cbddec #cbecdb

Monochromatic Colors of #cbeceb

#cbeceb

Complementary Color

#cbeceb #eccbcc

#cbeceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeceb Color CSS Codes

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

#cbeceb Text Font Color

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

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


#cbeceb Background Color

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

This div background color is #cbeceb


#cbeceb Border Color

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

This div border color is #cbeceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeceb


Comments

No comments written yet.

Please login to write comment.