Color Hex Logo

#cbaefc Color Hex

#CBAEFC
(203,174,252)
0 Favorites   0 Comments

Color spaces of #cbaefc

RGB 203174252
HSL0.730.930.84
HSV262°31°99°
CMYK 0.190.310.00   0.01
XYZ57.335349.996998.7239
Yxy49.99690.27830.2426
Hunter Lab70.708521.0002-33.2854
CIE-Lab76.067425.6299-34.8388

#cbaefc color RGB value is (203,174,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 11111100
Octal 313 256 374
Decimal 203 174 252
Hex CB AE FC

RGB Percentages of Color #cbaefc

%32.27
%27.66
%40.06

CMYK Percentages of Color #cbaefc

%19
%31
%0
%1

Triadic Colors of #cbaefc

#cbaefc #fccbae #aefccb

Analogous Colors of #cbaefc

#cbaefc #f2aefc #aeb8fc

Monochromatic Colors of #cbaefc

#cbaefc

Complementary Color

#cbaefc #dffcae

#cbaefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaefc Color CSS Codes

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

#cbaefc Text Font Color

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

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


#cbaefc Background Color

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

This div background color is #cbaefc


#cbaefc Border Color

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

This div border color is #cbaefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaefc

Related Colors


Comments

No comments written yet.

Please login to write comment.