Color Hex Logo

#cbebe7 Color Hex

#CBEBE7
(203,235,231)
0 Favorites   0 Comments

Color spaces of #cbebe7

RGB 203235231
HSL0.480.440.86
HSV173°14°92°
CMYK 0.140.000.02   0.08
XYZ68.760777.882787.0101
Yxy77.88270.29430.3333
Hunter Lab88.2512-15.36173.3196
CIE-Lab90.7263-11.1745-1.5842

#cbebe7 color RGB value is (203,235,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101011 11100111
Octal 313 353 347
Decimal 203 235 231
Hex CB EB E7

RGB Percentages of Color #cbebe7

%30.34
%35.13
%34.53

CMYK Percentages of Color #cbebe7

%14
%0
%2
%8

Triadic Colors of #cbebe7

#cbebe7 #e7cbeb #ebe7cb

Analogous Colors of #cbebe7

#cbebe7 #cbdfeb #cbebd7

Monochromatic Colors of #cbebe7

#cbebe7

Complementary Color

#cbebe7 #ebcbcf

#cbebe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbebe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbebe7 Color CSS Codes

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

#cbebe7 Text Font Color

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

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


#cbebe7 Background Color

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

This div background color is #cbebe7


#cbebe7 Border Color

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

This div border color is #cbebe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbebe7


Comments

No comments written yet.

Please login to write comment.