Color Hex Logo

#cafff5 Color Hex

#CAFFF5
(202,255,245)
0 Favorites   0 Comments

Color spaces of #cafff5

RGB 202255245
HSL0.471.000.90
HSV169°21°100°
CMYK 0.210.000.04   0.00
XYZ76.598690.669199.8499
Yxy90.66910.28680.3394
Hunter Lab95.2203-23.04384.4816
CIE-Lab96.2736-18.6405-0.7336

#cafff5 color RGB value is (202,255,245).

#cafff5 hex color red value is 202, green value is 255 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #cafff5 hue: 0.47 , saturation: 1.00 and the lightness value of cafff5 is 0.90.

The process color (four color CMYK) of #cafff5 color hex is 0.21, 0.00, 0.04, 0.00. Web safe color of #cafff5 is #ccffff. Color #cafff5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111111 11110101
Octal 312 377 365
Decimal 202 255 245
Hex CA FF F5

RGB Percentages of Color #cafff5

%28.77
%36.32
%34.90

CMYK Percentages of Color #cafff5

%21
%0
%4
%0

Triadic Colors of #cafff5

#cafff5 #f5caff #fff5ca

Analogous Colors of #cafff5

#cafff5 #caefff #caffdb

Monochromatic Colors of #cafff5

#cafff5

Complementary Color

#cafff5 #ffcad4

#cafff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cafff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cafff5 Color CSS Codes

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

#cafff5 Text Font Color

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

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


#cafff5 Background Color

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

This div background color is #cafff5


#cafff5 Border Color

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

This div border color is #cafff5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cafff5

Related Colors


Comments

No comments written yet.

Please login to write comment.