Color Hex Logo

#ceef10 Color Hex

#CEEF10
(206,239,16)
0 Favorites   0 Comments

Color spaces of #ceef10

RGB 20623916
HSL0.190.870.50
HSV69°93°94°
CMYK 0.140.000.93   0.06
XYZ56.413674.892211.9725
Yxy74.89220.39370.5227
Hunter Lab86.5403-35.085552.3757
CIE-Lab89.3425-33.866585.8089

#ceef10 color RGB value is (206,239,16).

#ceef10 hex color red value is 206, green value is 239 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #ceef10 hue: 0.19 , saturation: 0.87 and the lightness value of ceef10 is 0.50.

The process color (four color CMYK) of #ceef10 color hex is 0.14, 0.00, 0.93, 0.06. Web safe color of #ceef10 is #ccff00. Color #ceef10 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101111 00010000
Octal 316 357 20
Decimal 206 239 16
Hex CE EF 10

RGB Percentages of Color #ceef10

%44.69
%51.84
%3.47

CMYK Percentages of Color #ceef10

%14
%0
%93
%6

Triadic Colors of #ceef10

#ceef10 #10ceef #ef10ce

Analogous Colors of #ceef10

#ceef10 #5fef10 #efa110

Monochromatic Colors of #ceef10

#ceef10

Complementary Color

#ceef10 #3110ef

#ceef10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceef10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceef10 Color CSS Codes

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

#ceef10 Text Font Color

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

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


#ceef10 Background Color

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

This div background color is #ceef10


#ceef10 Border Color

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

This div border color is #ceef10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceef10


Comments

No comments written yet.

Please login to write comment.