Color Hex Logo

#cbaef6 Color Hex

#CBAEF6
(203,174,246)
0 Favorites   0 Comments

Color spaces of #cbaef6

RGB 203174246
HSL0.730.800.82
HSV264°29°96°
CMYK 0.170.290.00   0.04
XYZ56.399249.622493.7943
Yxy49.62240.28230.2483
Hunter Lab70.443219.6376-29.6338
CIE-Lab75.836924.3114-31.9590

#cbaef6 color RGB value is (203,174,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 11110110
Octal 313 256 366
Decimal 203 174 246
Hex CB AE F6

RGB Percentages of Color #cbaef6

%32.58
%27.93
%39.49

CMYK Percentages of Color #cbaef6

%17
%29
%0
%4

Triadic Colors of #cbaef6

#cbaef6 #f6cbae #aef6cb

Analogous Colors of #cbaef6

#cbaef6 #efaef6 #aeb5f6

Monochromatic Colors of #cbaef6

#cbaef6

Complementary Color

#cbaef6 #d9f6ae

#cbaef6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaef6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaef6 Color CSS Codes

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

#cbaef6 Text Font Color

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

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


#cbaef6 Background Color

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

This div background color is #cbaef6


#cbaef6 Border Color

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

This div border color is #cbaef6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaef6


Comments

No comments written yet.

Please login to write comment.