Color Hex Logo

#cabbf4 Color Hex

#CABBF4
(202,187,244)
0 Favorites   0 Comments

Color spaces of #cabbf4

RGB 202187244
HSL0.710.720.85
HSV256°23°96°
CMYK 0.170.230.00   0.04
XYZ58.456654.628993.0514
Yxy54.62890.28360.2650
Hunter Lab73.911411.8310-22.9057
CIE-Lab78.827016.4711-26.2999

#cabbf4 color RGB value is (202,187,244).

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

The process color (four color CMYK) of #cabbf4 color hex is 0.17, 0.23, 0.00, 0.04. Web safe color of #cabbf4 is #ccccff. Color #cabbf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111011 11110100
Octal 312 273 364
Decimal 202 187 244
Hex CA BB F4

RGB Percentages of Color #cabbf4

%31.91
%29.54
%38.55

CMYK Percentages of Color #cabbf4

%17
%23
%0
%4

Triadic Colors of #cabbf4

#cabbf4 #f4cabb #bbf4ca

Analogous Colors of #cabbf4

#cabbf4 #e7bbf4 #bbc9f4

Monochromatic Colors of #cabbf4

#cabbf4

Complementary Color

#cabbf4 #e5f4bb

#cabbf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabbf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabbf4 Color CSS Codes

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

#cabbf4 Text Font Color

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

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


#cabbf4 Background Color

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

This div background color is #cabbf4


#cabbf4 Border Color

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

This div border color is #cabbf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabbf4

Related Colors


Comments

No comments written yet.

Please login to write comment.