Color Hex Logo

#caf1ed Color Hex

#CAF1ED
(202,241,237)
1 Favorites   0 Comments

Color spaces of #caf1ed

RGB 202241237
HSL0.480.580.87
HSV174°16°95°
CMYK 0.160.000.02   0.05
XYZ71.098581.581692.1203
Yxy81.58160.29040.3333
Hunter Lab90.3225-17.55592.7557
CIE-Lab92.3899-13.3147-2.2805

#caf1ed color RGB value is (202,241,237).

#caf1ed hex color red value is 202, green value is 241 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #caf1ed hue: 0.48 , saturation: 0.58 and the lightness value of caf1ed is 0.87.

The process color (four color CMYK) of #caf1ed color hex is 0.16, 0.00, 0.02, 0.05. Web safe color of #caf1ed is #ccffff. Color #caf1ed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110001 11101101
Octal 312 361 355
Decimal 202 241 237
Hex CA F1 ED

RGB Percentages of Color #caf1ed

%29.71
%35.44
%34.85

CMYK Percentages of Color #caf1ed

%16
%0
%2
%5

Triadic Colors of #caf1ed

#caf1ed #edcaf1 #f1edca

Analogous Colors of #caf1ed

#caf1ed #cae2f1 #caf1da

Monochromatic Colors of #caf1ed

#caf1ed

Complementary Color

#caf1ed #f1cace

#caf1ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf1ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf1ed Color CSS Codes

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

#caf1ed Text Font Color

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

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


#caf1ed Background Color

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

This div background color is #caf1ed


#caf1ed Border Color

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

This div border color is #caf1ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf1ed


Comments

No comments written yet.

Please login to write comment.