Color Hex Logo

#cbe6eb Color Hex

#CBE6EB
(203,230,235)
0 Favorites   0 Comments

Color spaces of #cbe6eb

RGB 203230235
HSL0.530.440.86
HSV189°14°92°
CMYK 0.140.020.00   0.08
XYZ67.920875.288389.5495
Yxy75.28830.29180.3235
Hunter Lab86.7688-12.1194-0.4519
CIE-Lab89.5279-7.8437-5.4388

#cbe6eb color RGB value is (203,230,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100110 11101011
Octal 313 346 353
Decimal 203 230 235
Hex CB E6 EB

RGB Percentages of Color #cbe6eb

%30.39
%34.43
%35.18

CMYK Percentages of Color #cbe6eb

%14
%2
%0
%8

Triadic Colors of #cbe6eb

#cbe6eb #ebcbe6 #e6ebcb

Analogous Colors of #cbe6eb

#cbe6eb #cbd6eb #cbebe0

Monochromatic Colors of #cbe6eb

#cbe6eb

Complementary Color

#cbe6eb #ebd0cb

#cbe6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe6eb Color CSS Codes

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

#cbe6eb Text Font Color

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

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


#cbe6eb Background Color

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

This div background color is #cbe6eb


#cbe6eb Border Color

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

This div border color is #cbe6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe6eb


Comments

No comments written yet.

Please login to write comment.