Color Hex Logo

#cbbef2 Color Hex

#CBBEF2
(203,190,242)
0 Favorites   0 Comments

Color spaces of #cbbef2

RGB 203190242
HSL0.710.670.85
HSV255°21°95°
CMYK 0.160.210.00   0.05
XYZ59.069155.934291.6875
Yxy55.93420.28580.2706
Hunter Lab74.789210.0997-20.3339
CIE-Lab79.576414.7212-24.0761

#cbbef2 color RGB value is (203,190,242).

#cbbef2 hex color red value is 203, green value is 190 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #cbbef2 hue: 0.71 , saturation: 0.67 and the lightness value of cbbef2 is 0.85.

The process color (four color CMYK) of #cbbef2 color hex is 0.16, 0.21, 0.00, 0.05. Web safe color of #cbbef2 is #ccccff. Color #cbbef2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111110 11110010
Octal 313 276 362
Decimal 203 190 242
Hex CB BE F2

RGB Percentages of Color #cbbef2

%31.97
%29.92
%38.11

CMYK Percentages of Color #cbbef2

%16
%21
%0
%5

Triadic Colors of #cbbef2

#cbbef2 #f2cbbe #bef2cb

Analogous Colors of #cbbef2

#cbbef2 #e5bef2 #becbf2

Monochromatic Colors of #cbbef2

#cbbef2

Complementary Color

#cbbef2 #e5f2be

#cbbef2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbef2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbef2 Color CSS Codes

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

#cbbef2 Text Font Color

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

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


#cbbef2 Background Color

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

This div background color is #cbbef2


#cbbef2 Border Color

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

This div border color is #cbbef2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbef2


Comments

No comments written yet.

Please login to write comment.