Color Hex Logo

#cabbf0 Color Hex

#CABBF0
(202,187,240)
0 Favorites   0 Comments

Color spaces of #cabbf0

RGB 202187240
HSL0.710.640.84
HSV257°22°94°
CMYK 0.160.220.00   0.06
XYZ57.855654.388589.8868
Yxy54.38850.28620.2691
Hunter Lab73.748610.9729-20.6403
CIE-Lab78.687715.6093-24.3636

#cabbf0 color RGB value is (202,187,240).

#cabbf0 hex color red value is 202, green value is 187 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #cabbf0 hue: 0.71 , saturation: 0.64 and the lightness value of cabbf0 is 0.84.

The process color (four color CMYK) of #cabbf0 color hex is 0.16, 0.22, 0.00, 0.06. Web safe color of #cabbf0 is #ccccff. Color #cabbf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111011 11110000
Octal 312 273 360
Decimal 202 187 240
Hex CA BB F0

RGB Percentages of Color #cabbf0

%32.11
%29.73
%38.16

CMYK Percentages of Color #cabbf0

%16
%22
%0
%6

Triadic Colors of #cabbf0

#cabbf0 #f0cabb #bbf0ca

Analogous Colors of #cabbf0

#cabbf0 #e5bbf0 #bbc7f0

Monochromatic Colors of #cabbf0

#cabbf0

Complementary Color

#cabbf0 #e1f0bb

#cabbf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabbf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabbf0 Color CSS Codes

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

#cabbf0 Text Font Color

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

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


#cabbf0 Background Color

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

This div background color is #cabbf0


#cabbf0 Border Color

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

This div border color is #cabbf0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,187,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 #cabbf0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabbf0


Comments

No comments written yet.

Please login to write comment.