Color Hex Logo

#cbbefa Color Hex

#CBBEFA
(203,190,250)
0 Favorites   0 Comments

Color spaces of #cbbefa

RGB 203190250
HSL0.700.860.86
HSV253°24°98°
CMYK 0.190.240.00   0.02
XYZ60.297456.425598.1557
Yxy56.42550.28060.2626
Hunter Lab75.116911.8299-24.8928
CIE-Lab79.855416.4558-27.9357

#cbbefa color RGB value is (203,190,250).

#cbbefa hex color red value is 203, green value is 190 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cbbefa hue: 0.70 , saturation: 0.86 and the lightness value of cbbefa is 0.86.

The process color (four color CMYK) of #cbbefa color hex is 0.19, 0.24, 0.00, 0.02. Web safe color of #cbbefa is #ccccff. Color #cbbefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111110 11111010
Octal 313 276 372
Decimal 203 190 250
Hex CB BE FA

RGB Percentages of Color #cbbefa

%31.57
%29.55
%38.88

CMYK Percentages of Color #cbbefa

%19
%24
%0
%2

Triadic Colors of #cbbefa

#cbbefa #facbbe #befacb

Analogous Colors of #cbbefa

#cbbefa #e9befa #becffa

Monochromatic Colors of #cbbefa

#cbbefa

Complementary Color

#cbbefa #edfabe

#cbbefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbefa Color CSS Codes

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

#cbbefa Text Font Color

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

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


#cbbefa Background Color

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

This div background color is #cbbefa


#cbbefa Border Color

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

This div border color is #cbbefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbefa


Comments

No comments written yet.

Please login to write comment.