Color Hex Logo

#cbcce3 Color Hex

#CBCCE3
(203,204,227)
0 Favorites   0 Comments

Color spaces of #cbcce3

RGB 203204227
HSL0.660.300.84
HSV238°11°89°
CMYK 0.110.100.00   0.11
XYZ60.086661.428381.3630
Yxy61.42830.29620.3028
Hunter Lab78.3762-0.3125-6.6861
CIE-Lab82.60854.0878-11.4752

#cbcce3 color RGB value is (203,204,227).

#cbcce3 hex color red value is 203, green value is 204 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #cbcce3 hue: 0.66 , saturation: 0.30 and the lightness value of cbcce3 is 0.84.

The process color (four color CMYK) of #cbcce3 color hex is 0.11, 0.10, 0.00, 0.11. Web safe color of #cbcce3 is #cccccc. Color #cbcce3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001100 11100011
Octal 313 314 343
Decimal 203 204 227
Hex CB CC E3

RGB Percentages of Color #cbcce3

%32.02
%32.18
%35.80

CMYK Percentages of Color #cbcce3

%11
%10
%0
%11

Triadic Colors of #cbcce3

#cbcce3 #e3cbcc #cce3cb

Analogous Colors of #cbcce3

#cbcce3 #d6cbe3 #cbd8e3

Monochromatic Colors of #cbcce3

#cbcce3

Complementary Color

#cbcce3 #e3e2cb

#cbcce3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbcce3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbcce3 Color CSS Codes

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

#cbcce3 Text Font Color

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

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


#cbcce3 Background Color

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

This div background color is #cbcce3


#cbcce3 Border Color

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

This div border color is #cbcce3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbcce3


Comments

No comments written yet.

Please login to write comment.