Color Hex Logo

#ceffb0 Color Hex

#CEFFB0
(206,255,176)
0 Favorites   0 Comments

Color spaces of #ceffb0

RGB 206255176
HSL0.271.000.85
HSV97°31°100°
CMYK 0.190.000.31   0.00
XYZ69.050187.776454.3775
Yxy87.77640.32690.4156
Hunter Lab93.6891-32.398931.1702
CIE-Lab95.0667-29.254232.8165

#ceffb0 color RGB value is (206,255,176).

#ceffb0 hex color red value is 206, green value is 255 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #ceffb0 hue: 0.27 , saturation: 1.00 and the lightness value of ceffb0 is 0.85.

The process color (four color CMYK) of #ceffb0 color hex is 0.19, 0.00, 0.31, 0.00. Web safe color of #ceffb0 is #ccff99. Color #ceffb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111111 10110000
Octal 316 377 260
Decimal 206 255 176
Hex CE FF B0

RGB Percentages of Color #ceffb0

%32.34
%40.03
%27.63

CMYK Percentages of Color #ceffb0

%19
%0
%31
%0

Triadic Colors of #ceffb0

#ceffb0 #b0ceff #ffb0ce

Analogous Colors of #ceffb0

#ceffb0 #b0ffba #f6ffb0

Monochromatic Colors of #ceffb0

#ceffb0

Complementary Color

#ceffb0 #e1b0ff

#ceffb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceffb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceffb0 Color CSS Codes

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

#ceffb0 Text Font Color

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

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


#ceffb0 Background Color

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

This div background color is #ceffb0


#ceffb0 Border Color

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

This div border color is #ceffb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceffb0

Related Colors


Comments

No comments written yet.

Please login to write comment.