Color Hex Logo

#ceeb1d Color Hex

#CEEB1D
(206,235,29)
0 Favorites   0 Comments

Color spaces of #ceeb1d

RGB 20623529
HSL0.190.840.52
HSV68°88°92°
CMYK 0.120.000.88   0.08
XYZ55.383772.627212.2618
Yxy72.62720.39480.5178
Hunter Lab85.2216-33.134451.1244
CIE-Lab88.2696-31.814983.1935

#ceeb1d color RGB value is (206,235,29).

#ceeb1d hex color red value is 206, green value is 235 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ceeb1d hue: 0.19 , saturation: 0.84 and the lightness value of ceeb1d is 0.52.

The process color (four color CMYK) of #ceeb1d color hex is 0.12, 0.00, 0.88, 0.08. Web safe color of #ceeb1d is #ccff33. Color #ceeb1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101011 00011101
Octal 316 353 35
Decimal 206 235 29
Hex CE EB 1D

RGB Percentages of Color #ceeb1d

%43.83
%50.00
%6.17

CMYK Percentages of Color #ceeb1d

%12
%0
%88
%8

Triadic Colors of #ceeb1d

#ceeb1d #1dceeb #eb1dce

Analogous Colors of #ceeb1d

#ceeb1d #67eb1d #eba11d

Monochromatic Colors of #ceeb1d

#ceeb1d

Complementary Color

#ceeb1d #3a1deb

#ceeb1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeb1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeb1d Color CSS Codes

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

#ceeb1d Text Font Color

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

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


#ceeb1d Background Color

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

This div background color is #ceeb1d


#ceeb1d Border Color

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

This div border color is #ceeb1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeb1d


Comments

No comments written yet.

Please login to write comment.