Color Hex Logo

#cabbf7 Color Hex

#CABBF7
(202,187,247)
0 Favorites   0 Comments

Color spaces of #cabbf7

RGB 202187247
HSL0.710.790.85
HSV255°24°97°
CMYK 0.180.240.00   0.03
XYZ58.915954.812695.4704
Yxy54.81260.28160.2620
Hunter Lab74.035512.4843-24.6308
CIE-Lab78.933217.1242-27.7475

#cabbf7 color RGB value is (202,187,247).

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

The process color (four color CMYK) of #cabbf7 color hex is 0.18, 0.24, 0.00, 0.03. Web safe color of #cabbf7 is #ccccff. Color #cabbf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111011 11110111
Octal 312 273 367
Decimal 202 187 247
Hex CA BB F7

RGB Percentages of Color #cabbf7

%31.76
%29.40
%38.84

CMYK Percentages of Color #cabbf7

%18
%24
%0
%3

Triadic Colors of #cabbf7

#cabbf7 #f7cabb #bbf7ca

Analogous Colors of #cabbf7

#cabbf7 #e8bbf7 #bbcaf7

Monochromatic Colors of #cabbf7

#cabbf7

Complementary Color

#cabbf7 #e8f7bb

#cabbf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabbf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabbf7 Color CSS Codes

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

#cabbf7 Text Font Color

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

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


#cabbf7 Background Color

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

This div background color is #cabbf7


#cabbf7 Border Color

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

This div border color is #cabbf7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,187,247, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabbf7


Comments

No comments written yet.

Please login to write comment.