Color Hex Logo

#c8fdeb Color Hex

#C8FDEB
(200,253,235)
0 Favorites   0 Comments

Color spaces of #c8fdeb

RGB 200253235
HSL0.440.930.89
HSV160°21°99°
CMYK 0.210.000.07   0.01
XYZ73.940188.528191.7878
Yxy88.52810.29080.3482
Hunter Lab94.0894-24.38228.0229
CIE-Lab95.3829-20.24753.1077

#c8fdeb color RGB value is (200,253,235).

#c8fdeb hex color red value is 200, green value is 253 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c8fdeb hue: 0.44 , saturation: 0.93 and the lightness value of c8fdeb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11111101 11101011
Octal 310 375 353
Decimal 200 253 235
Hex C8 FD EB

RGB Percentages of Color #c8fdeb

%29.07
%36.77
%34.16

CMYK Percentages of Color #c8fdeb

%21
%0
%7
%1

Triadic Colors of #c8fdeb

#c8fdeb #ebc8fd #fdebc8

Analogous Colors of #c8fdeb

#c8fdeb #c8f5fd #c8fdd1

Monochromatic Colors of #c8fdeb

#c8fdeb

Complementary Color

#c8fdeb #fdc8da

#c8fdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8fdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8fdeb Color CSS Codes

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

#c8fdeb Text Font Color

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

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


#c8fdeb Background Color

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

This div background color is #c8fdeb


#c8fdeb Border Color

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

This div border color is #c8fdeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,253,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c8fdeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c8fdeb;
  -webkit-box-shadow: 1px 1px 3px 2px #c8fdeb;
  box-shadow:         1px 1px 3px 2px #c8fdeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,253,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8fdeb

Related Colors

#c8fdeb Color Palettes


Comments

No comments written yet.

Please login to write comment.