Color Hex Logo

#cbaefb Color Hex

#CBAEFB
(203,174,251)
0 Favorites   0 Comments

Color spaces of #cbaefb

RGB 203174251
HSL0.730.910.83
HSV263°31°98°
CMYK 0.190.310.00   0.02
XYZ57.177249.933697.8914
Yxy49.93360.27890.2436
Hunter Lab70.663720.7709-32.6706
CIE-Lab76.028525.4088-34.3602

#cbaefb color RGB value is (203,174,251).

#cbaefb hex color red value is 203, green value is 174 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cbaefb hue: 0.73 , saturation: 0.91 and the lightness value of cbaefb is 0.83.

The process color (four color CMYK) of #cbaefb color hex is 0.19, 0.31, 0.00, 0.02. Web safe color of #cbaefb is #cc99ff. Color #cbaefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 11111011
Octal 313 256 373
Decimal 203 174 251
Hex CB AE FB

RGB Percentages of Color #cbaefb

%32.32
%27.71
%39.97

CMYK Percentages of Color #cbaefb

%19
%31
%0
%2

Triadic Colors of #cbaefb

#cbaefb #fbcbae #aefbcb

Analogous Colors of #cbaefb

#cbaefb #f2aefb #aeb8fb

Monochromatic Colors of #cbaefb

#cbaefb

Complementary Color

#cbaefb #defbae

#cbaefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaefb Color CSS Codes

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

#cbaefb Text Font Color

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

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


#cbaefb Background Color

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

This div background color is #cbaefb


#cbaefb Border Color

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

This div border color is #cbaefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaefb

Related Colors


Comments

No comments written yet.

Please login to write comment.