Color Hex Logo

#cff2ff Color Hex

#CFF2FF
(207,242,255)
1 Favorites   0 Comments

Color spaces of #cff2ff

RGB 207242255
HSL0.551.000.91
HSV196°19°100°
CMYK 0.190.050.00   0.00
XYZ75.534383.9897106.8383
Yxy83.98970.28360.3153
Hunter Lab91.6459-13.2611-4.9665
CIE-Lab93.4460-8.6176-10.0401

#cff2ff color RGB value is (207,242,255).

#cff2ff hex color red value is 207, green value is 242 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #cff2ff hue: 0.55 , saturation: 1.00 and the lightness value of cff2ff is 0.91.

The process color (four color CMYK) of #cff2ff color hex is 0.19, 0.05, 0.00, 0.00. Web safe color of #cff2ff is #ccffff. Color #cff2ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11110010 11111111
Octal 317 362 377
Decimal 207 242 255
Hex CF F2 FF

RGB Percentages of Color #cff2ff

%29.40
%34.38
%36.22

CMYK Percentages of Color #cff2ff

%19
%5
%0
%0

Triadic Colors of #cff2ff

#cff2ff #ffcff2 #f2ffcf

Analogous Colors of #cff2ff

#cff2ff #cfdaff #cffff4

Monochromatic Colors of #cff2ff

#cff2ff

Complementary Color

#cff2ff #ffdccf

#cff2ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cff2ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cff2ff Color CSS Codes

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

#cff2ff Text Font Color

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

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


#cff2ff Background Color

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

This div background color is #cff2ff


#cff2ff Border Color

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

This div border color is #cff2ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,242,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cff2ff

Related Colors

#cff2ff Color Palettes


Comments

No comments written yet.

Please login to write comment.