Color Hex Logo

#c2fcee Color Hex

#C2FCEE
(194,252,238)
0 Favorites   0 Comments

Color spaces of #c2fcee

RGB 194252238
HSL0.460.910.87
HSV166°23°99°
CMYK 0.230.000.06   0.01
XYZ72.491287.263293.9117
Yxy87.26320.28580.3440
Hunter Lab93.4148-24.95735.7849
CIE-Lab94.8498-20.97340.7425

#c2fcee color RGB value is (194,252,238).

#c2fcee hex color red value is 194, green value is 252 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c2fcee hue: 0.46 , saturation: 0.91 and the lightness value of c2fcee is 0.87.

The process color (four color CMYK) of #c2fcee color hex is 0.23, 0.00, 0.06, 0.01. Web safe color of #c2fcee is #ccffff. Color #c2fcee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111100 11101110
Octal 302 374 356
Decimal 194 252 238
Hex C2 FC EE

RGB Percentages of Color #c2fcee

%28.36
%36.84
%34.80

CMYK Percentages of Color #c2fcee

%23
%0
%6
%1

Triadic Colors of #c2fcee

#c2fcee #eec2fc #fceec2

Analogous Colors of #c2fcee

#c2fcee #c2edfc #c2fcd1

Monochromatic Colors of #c2fcee

#c2fcee

Complementary Color

#c2fcee #fcc2d0

#c2fcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2fcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2fcee Color CSS Codes

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

#c2fcee Text Font Color

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

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


#c2fcee Background Color

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

This div background color is #c2fcee


#c2fcee Border Color

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

This div border color is #c2fcee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,252,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2fcee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2fcee;
  -webkit-box-shadow: 1px 1px 3px 2px #c2fcee;
  box-shadow:         1px 1px 3px 2px #c2fcee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,252,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2fcee

Related Colors


Comments

No comments written yet.

Please login to write comment.