Color Hex Logo

#cbadf0 Color Hex

#CBADF0
(203,173,240)
0 Favorites   0 Comments

Color spaces of #cbadf0

RGB 203173240
HSL0.740.690.81
HSV267°28°94°
CMYK 0.150.280.00   0.06
XYZ55.300348.874988.9572
Yxy48.87490.28630.2531
Hunter Lab69.910618.8526-26.5057
CIE-Lab75.373423.5624-29.4289

#cbadf0 color RGB value is (203,173,240).

#cbadf0 hex color red value is 203, green value is 173 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #cbadf0 hue: 0.74 , saturation: 0.69 and the lightness value of cbadf0 is 0.81.

The process color (four color CMYK) of #cbadf0 color hex is 0.15, 0.28, 0.00, 0.06. Web safe color of #cbadf0 is #cc99ff. Color #cbadf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101101 11110000
Octal 313 255 360
Decimal 203 173 240
Hex CB AD F0

RGB Percentages of Color #cbadf0

%32.95
%28.08
%38.96

CMYK Percentages of Color #cbadf0

%15
%28
%0
%6

Triadic Colors of #cbadf0

#cbadf0 #f0cbad #adf0cb

Analogous Colors of #cbadf0

#cbadf0 #edadf0 #adb1f0

Monochromatic Colors of #cbadf0

#cbadf0

Complementary Color

#cbadf0 #d2f0ad

#cbadf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbadf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbadf0 Color CSS Codes

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

#cbadf0 Text Font Color

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

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


#cbadf0 Background Color

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

This div background color is #cbadf0


#cbadf0 Border Color

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

This div border color is #cbadf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbadf0


Comments

No comments written yet.

Please login to write comment.