Color Hex Logo

#cabef5 Color Hex

#CABEF5
(202,190,245)
0 Favorites   0 Comments

Color spaces of #cabef5

RGB 202190245
HSL0.700.730.85
HSV253°22°96°
CMYK 0.180.220.00   0.04
XYZ59.252055.976094.0677
Yxy55.97600.28310.2674
Hunter Lab74.817110.4345-22.1735
CIE-Lab79.600215.0585-25.6554

#cabef5 color RGB value is (202,190,245).

#cabef5 hex color red value is 202, green value is 190 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #cabef5 hue: 0.70 , saturation: 0.73 and the lightness value of cabef5 is 0.85.

The process color (four color CMYK) of #cabef5 color hex is 0.18, 0.22, 0.00, 0.04. Web safe color of #cabef5 is #ccccff. Color #cabef5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111110 11110101
Octal 312 276 365
Decimal 202 190 245
Hex CA BE F5

RGB Percentages of Color #cabef5

%31.71
%29.83
%38.46

CMYK Percentages of Color #cabef5

%18
%22
%0
%4

Triadic Colors of #cabef5

#cabef5 #f5cabe #bef5ca

Analogous Colors of #cabef5

#cabef5 #e6bef5 #becef5

Monochromatic Colors of #cabef5

#cabef5

Complementary Color

#cabef5 #e9f5be

#cabef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabef5 Color CSS Codes

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

#cabef5 Text Font Color

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

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


#cabef5 Background Color

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

This div background color is #cabef5


#cabef5 Border Color

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

This div border color is #cabef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabef5

Related Colors


Comments

No comments written yet.

Please login to write comment.