Color Hex Logo

#cbaef4 Color Hex

#CBAEF4
(203,174,244)
0 Favorites   0 Comments

Color spaces of #cbaef4

RGB 203174244
HSL0.740.760.82
HSV265°29°96°
CMYK 0.170.290.00   0.04
XYZ56.093849.500392.1860
Yxy49.50030.28360.2503
Hunter Lab70.356419.1907-28.4364
CIE-Lab75.761523.8766-30.9951

#cbaef4 color RGB value is (203,174,244).

#cbaef4 hex color red value is 203, green value is 174 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #cbaef4 hue: 0.74 , saturation: 0.76 and the lightness value of cbaef4 is 0.82.

The process color (four color CMYK) of #cbaef4 color hex is 0.17, 0.29, 0.00, 0.04. Web safe color of #cbaef4 is #cc99ff. Color #cbaef4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 11110100
Octal 313 256 364
Decimal 203 174 244
Hex CB AE F4

RGB Percentages of Color #cbaef4

%32.69
%28.02
%39.29

CMYK Percentages of Color #cbaef4

%17
%29
%0
%4

Triadic Colors of #cbaef4

#cbaef4 #f4cbae #aef4cb

Analogous Colors of #cbaef4

#cbaef4 #eeaef4 #aeb4f4

Monochromatic Colors of #cbaef4

#cbaef4

Complementary Color

#cbaef4 #d7f4ae

#cbaef4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaef4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaef4 Color CSS Codes

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

#cbaef4 Text Font Color

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

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


#cbaef4 Background Color

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

This div background color is #cbaef4


#cbaef4 Border Color

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

This div border color is #cbaef4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaef4


Comments

No comments written yet.

Please login to write comment.