Color Hex Logo

#cbbce6 Color Hex

#CBBCE6
(203,188,230)
0 Favorites   0 Comments

Color spaces of #cbbce6

RGB 203188230
HSL0.730.460.82
HSV261°18°90°
CMYK 0.120.180.00   0.10
XYZ56.894754.376182.3599
Yxy54.37610.29380.2808
Hunter Lab73.74028.6776-14.6025
CIE-Lab78.680513.2813-18.9858

#cbbce6 color RGB value is (203,188,230).

#cbbce6 hex color red value is 203, green value is 188 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #cbbce6 hue: 0.73 , saturation: 0.46 and the lightness value of cbbce6 is 0.82.

The process color (four color CMYK) of #cbbce6 color hex is 0.12, 0.18, 0.00, 0.10. Web safe color of #cbbce6 is #ccccff. Color #cbbce6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111100 11100110
Octal 313 274 346
Decimal 203 188 230
Hex CB BC E6

RGB Percentages of Color #cbbce6

%32.69
%30.27
%37.04

CMYK Percentages of Color #cbbce6

%12
%18
%0
%10

Triadic Colors of #cbbce6

#cbbce6 #e6cbbc #bce6cb

Analogous Colors of #cbbce6

#cbbce6 #e0bce6 #bcc2e6

Monochromatic Colors of #cbbce6

#cbbce6

Complementary Color

#cbbce6 #d7e6bc

#cbbce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbce6 Color CSS Codes

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

#cbbce6 Text Font Color

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

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


#cbbce6 Background Color

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

This div background color is #cbbce6


#cbbce6 Border Color

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

This div border color is #cbbce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbce6


Comments

No comments written yet.

Please login to write comment.